소스 검색

NBI is due for removal

tags/v0.9.3
Michael Brown 19 년 전
부모
커밋
190276a8b6
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      src/arch/i386/image/nbi.c

+ 5
- 0
src/arch/i386/image/nbi.c 파일 보기

6
 #include "etherboot.h"
6
 #include "etherboot.h"
7
 #include "errno.h"
7
 #include "errno.h"
8
 
8
 
9
+#warning "This file is obsolete"
10
+#if 0
11
+
9
 /** @file
12
 /** @file
10
  *
13
  *
11
  * NBI image format.
14
  * NBI image format.
410
 	.load	= nbi_load,
413
 	.load	= nbi_load,
411
 	.boot	= nbi_boot,
414
 	.boot	= nbi_boot,
412
 };
415
 };
416
+
417
+#endif

Loading…
취소
저장