summaryrefslogtreecommitdiff
path: root/firmware/export/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/system.h')
-rw-r--r--firmware/export/system.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h
index b1959c496d..25f9287618 100644
--- a/firmware/export/system.h
+++ b/firmware/export/system.h
@@ -22,9 +22,10 @@
22#ifndef __SYSTEM_H__ 22#ifndef __SYSTEM_H__
23#define __SYSTEM_H__ 23#define __SYSTEM_H__
24 24
25#include <stdbool.h>
26#include <stdint.h>
27
25#include "cpu.h" 28#include "cpu.h"
26#include "stdbool.h"
27#include "kernel.h"
28#include "gcc_extensions.h" /* for LIKELY/UNLIKELY */ 29#include "gcc_extensions.h" /* for LIKELY/UNLIKELY */
29 30
30extern void system_reboot (void); 31extern void system_reboot (void);