summaryrefslogtreecommitdiff
path: root/include/drivers/arm/cryptocell/cc_pal_types_plat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drivers/arm/cryptocell/cc_pal_types_plat.h')
-rw-r--r--include/drivers/arm/cryptocell/cc_pal_types_plat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drivers/arm/cryptocell/cc_pal_types_plat.h b/include/drivers/arm/cryptocell/cc_pal_types_plat.h
index d8ed3e1d..84100245 100644
--- a/include/drivers/arm/cryptocell/cc_pal_types_plat.h
+++ b/include/drivers/arm/cryptocell/cc_pal_types_plat.h
@@ -11,8 +11,8 @@
#define _CC_PAL_TYPES_PLAT_H
/* Host specific types for standard (ISO-C99) compilant platforms */
-#include <stdint.h>
#include <stddef.h>
+#include <stdint.h>
typedef uint32_t CCStatus;