aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Miletich <thomas.miletich@gmail.com>2009-12-10 17:51:32 +0100
committerStefan Hajnoczi <stefanha@gmail.com>2009-12-14 17:49:50 +0000
commit70928aeaa02ea3c1a20b5ded6319fd9e0bc9dcc3 (patch)
tree8d599f3d2c0a531e9920ad223574acb6836d63e0
parentd06ae11df9a2ce94518c4665c9315d3514908dd8 (diff)
downloadipxe-70928aeaa02ea3c1a20b5ded6319fd9e0bc9dcc3.tar.gz
[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. */