瀏覽代碼

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

Loading…
取消
儲存