Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[eepro100] Add missing FILE_LICENCE() to eepro100.h
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
  • Loading branch information
thomil authored and stefanha committed Dec 14, 2009
1 parent d06ae11 commit 70928ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/drivers/net/eepro100.h
Expand Up @@ -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. */
Expand Down

0 comments on commit 70928ae

Please sign in to comment.