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:
@@ -5,6 +5,8 @@
|
|||||||
* Authors:
|
* Authors:
|
||||||
* Alexander von Gluck IV, [email protected]
|
* Alexander von Gluck IV, [email protected]
|
||||||
*/
|
*/
|
||||||
|
#ifndef RADEON_HD_BIOS_H
|
||||||
|
#define RADEON_HD_BIOS_H
|
||||||
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
@@ -20,3 +22,5 @@ extern "C" {
|
|||||||
status_t AtomParser(void *parameterSpace, uint8_t index,
|
status_t AtomParser(void *parameterSpace, uint8_t index,
|
||||||
void *handle, void *biosBase);
|
void *handle, void *biosBase);
|
||||||
|
|
||||||
|
|
||||||
|
#endif /* RADEON_HD_BIOS_H */
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
* Authors:
|
* Authors:
|
||||||
* Alexander von Gluck, [email protected]
|
* Alexander von Gluck, [email protected]
|
||||||
*/
|
*/
|
||||||
|
#ifndef RADEON_HD_MODE_H
|
||||||
|
#define RADEON_HD_MODE_H
|
||||||
|
|
||||||
|
|
||||||
#include <create_display_modes.h>
|
#include <create_display_modes.h>
|
||||||
@@ -15,3 +17,5 @@
|
|||||||
status_t create_mode_list(void);
|
status_t create_mode_list(void);
|
||||||
status_t mode_sanity_check(display_mode *mode);
|
status_t mode_sanity_check(display_mode *mode);
|
||||||
|
|
||||||
|
|
||||||
|
#endif /*RADEON_HD_MODE_H*/
|
||||||
|
|||||||
Reference in New Issue
Block a user