aboutsummaryrefslogtreecommitdiff
path: root/frontend/plat_omap.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/plat_omap.h')
-rw-r--r--frontend/plat_omap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/plat_omap.h b/frontend/plat_omap.h
index e47410a..151f09c 100644
--- a/frontend/plat_omap.h
+++ b/frontend/plat_omap.h
@@ -1,5 +1,8 @@
+#ifndef __PLAT_OMAP_H__
+#define __PLAT_OMAP_H__
void plat_omap_init(void);
void plat_omap_finish(void);
void plat_omap_gvideo_open(void);
+#endif /* __PLAT_OMAP_H__ */