david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
This commit is contained in:
Thomas Miletich 2009-12-10 17:51:32 +01:00 committed by Stefan Hajnoczi
parent d06ae11df9
commit 70928aeaa0
1 changed files with 2 additions and 0 deletions

View File

@ -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. */