2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 17:41:55 +00:00

[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

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