Просмотр исходного кода

Changed guard name to avoid clash with INCLUDE_xxx namespace used by

drivers.
tags/v0.9.3
Michael Brown 21 лет назад
Родитель
Сommit
5d96e5dad9
1 измененных файлов: 4 добавлений и 3 удалений
  1. 4
    3
      src/include/pcmcia.h

+ 4
- 3
src/include/pcmcia.h Просмотреть файл

1
 //	pcmcia.h - Header file for PCMCIA support
1
 //	pcmcia.h - Header file for PCMCIA support
2
 
2
 
3
-#ifndef INCLUDE_PCMCIA_H
4
-#define	INCLUDE_PCMCIA_H 1
3
+#ifndef PCMCIA_H
4
+#define	PCMCIA_H
5
+
5
 #include "etherboot.h"
6
 #include "etherboot.h"
6
 
7
 
7
 typedef unsigned char	u_char;
8
 typedef unsigned char	u_char;
154
 
155
 
155
 
156
 
156
 
157
 
157
-#endif
158
+#endif /* PCMCIA_H */

Загрузка…
Отмена
Сохранить