浏览代码

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

Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
tags/v1.0.0-rc1
Thomas Miletich 14 年前
父节点
当前提交
70928aeaa0
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      src/drivers/net/eepro100.h

+ 2
- 0
src/drivers/net/eepro100.h 查看文件

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

正在加载...
取消
保存