http://git.etherboot.org
/
people
/
meteger
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d06ae11
)
[eepro100] Add missing FILE_LICENCE() to eepro100.h
author
Thomas Miletich
<thomas.miletich@gmail.com>
Thu, 10 Dec 2009 16:51:32 +0000
(17:51 +0100)
committer
Stefan Hajnoczi
<stefanha@gmail.com>
Mon, 14 Dec 2009 17:49:50 +0000
(17:49 +0000)
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
src/drivers/net/eepro100.h
patch
|
blob
|
history
diff --git
a/src/drivers/net/eepro100.h
b/src/drivers/net/eepro100.h
index
d4fa75d
..
17a22df
100644
(file)
--- a/
src/drivers/net/eepro100.h
+++ b/
src/drivers/net/eepro100.h
@@
-2,6
+2,8
@@
#ifndef __EEPRO100_H_
#define __EEPRO100_H_
+FILE_LICENCE ( GPL2_OR_LATER );
+
#define CONGENB 0 /* Enable congestion control in the DP83840. */
#define TX_FIFO 8 /* Tx FIFO threshold in 4 byte units, 0-15 */
#define RX_FIFO 8 /* Rx FIFO threshold, default 32 bytes. */