|
@@ -12,6 +12,8 @@
|
|
|
#ifndef __GEMINI_COMMON_H__
|
|
|
#define __GEMINI_COMMON_H__
|
|
|
|
|
|
+#include <linux/reboot.h>
|
|
|
+
|
|
|
struct mtd_partition;
|
|
|
|
|
|
extern void gemini_map_io(void);
|
|
@@ -26,6 +28,6 @@ extern int platform_register_pflash(unsigned int size,
|
|
|
struct mtd_partition *parts,
|
|
|
unsigned int nr_parts);
|
|
|
|
|
|
-extern void gemini_restart(char mode, const char *cmd);
|
|
|
+extern void gemini_restart(enum reboot_mode mode, const char *cmd);
|
|
|
|
|
|
#endif /* __GEMINI_COMMON_H__ */
|