mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
[eepro100] Add missing FILE_LICENCE() to eepro100.h
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
This commit is contained in:
committed by
Stefan Hajnoczi
parent
d06ae11df9
commit
70928aeaa0
@@ -2,6 +2,8 @@
|
|||||||
#ifndef __EEPRO100_H_
|
#ifndef __EEPRO100_H_
|
||||||
#define __EEPRO100_H_
|
#define __EEPRO100_H_
|
||||||
|
|
||||||
|
FILE_LICENCE ( GPL2_OR_LATER );
|
||||||
|
|
||||||
#define CONGENB 0 /* Enable congestion control in the DP83840. */
|
#define CONGENB 0 /* Enable congestion control in the DP83840. */
|
||||||
#define TX_FIFO 8 /* Tx FIFO threshold in 4 byte units, 0-15 */
|
#define TX_FIFO 8 /* Tx FIFO threshold in 4 byte units, 0-15 */
|
||||||
#define RX_FIFO 8 /* Rx FIFO threshold, default 32 bytes. */
|
#define RX_FIFO 8 /* Rx FIFO threshold, default 32 bytes. */
|
||||||
|
|||||||
Reference in New Issue
Block a user