Browse Source

[eepro100] Add missing FILE_LICENCE() to eepro100.h

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
tags/v1.0.0-rc1
Thomas Miletich 14 years ago
parent
commit
70928aeaa0
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/drivers/net/eepro100.h

+ 2
- 0
src/drivers/net/eepro100.h View File

@@ -2,6 +2,8 @@
2 2
 #ifndef __EEPRO100_H_
3 3
 #define __EEPRO100_H_
4 4
 
5
+FILE_LICENCE ( GPL2_OR_LATER );
6
+
5 7
 #define CONGENB         0	/* Enable congestion control in the DP83840. */
6 8
 #define TX_FIFO         8	/* Tx FIFO threshold in 4 byte units, 0-15 */
7 9
 #define RX_FIFO         8	/* Rx FIFO threshold, default 32 bytes. */

Loading…
Cancel
Save