소스 검색

[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…
취소
저장