summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Miletich2009-12-10 17:51:32 +0100
committerStefan Hajnoczi2009-12-14 18:49:50 +0100
commit70928aeaa02ea3c1a20b5ded6319fd9e0bc9dcc3 (patch)
tree8d599f3d2c0a531e9920ad223574acb6836d63e0
parent[e1000] Enable interrupts in a more UNDI compatible way (diff)
downloadipxe-70928aeaa02ea3c1a20b5ded6319fd9e0bc9dcc3.tar.gz
ipxe-70928aeaa02ea3c1a20b5ded6319fd9e0bc9dcc3.tar.xz
ipxe-70928aeaa02ea3c1a20b5ded6319fd9e0bc9dcc3.zip
[eepro100] Add missing FILE_LICENCE() to eepro100.h
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
-rw-r--r--src/drivers/net/eepro100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/net/eepro100.h b/src/drivers/net/eepro100.h
index d4fa75d5..17a22dfd 100644
--- 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. */