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

Loading…
Cancel
Save