add header file ifndef guard

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41335 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV
2011-05-05 22:55:02 +00:00
parent d5c3acac3e
commit 71f51395d6
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -5,6 +5,8 @@
* Authors:
* Alexander von Gluck IV, [email protected]
*/
#ifndef RADEON_HD_BIOS_H
#define RADEON_HD_BIOS_H
#include <stdint.h>
@@ -20,3 +22,5 @@ extern "C" {
status_t AtomParser(void *parameterSpace, uint8_t index,
void *handle, void *biosBase);
#endif /* RADEON_HD_BIOS_H */
+4
View File
@@ -5,6 +5,8 @@
* Authors:
* Alexander von Gluck, [email protected]
*/
#ifndef RADEON_HD_MODE_H
#define RADEON_HD_MODE_H
#include <create_display_modes.h>
@@ -15,3 +17,5 @@
status_t create_mode_list(void);
status_t mode_sanity_check(display_mode *mode);
#endif /*RADEON_HD_MODE_H*/