[Cryptech-Commits] [core/platform/novena] 01/01: Add missing include of stdint.h to get types. Automagically removed trailing spaces.
git at cryptech.is
git at cryptech.is
Fri Apr 17 09:10:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
joachim at secworks.se pushed a commit to branch master
in repository core/platform/novena.
commit fcc8230add75bd1603971c682381a6253cb0a2dd
Author: Joachim Strömbergson <joachim at secworks.se>
Date: Fri Apr 17 11:10:23 2015 +0200
Add missing include of stdint.h to get types. Automagically removed trailing spaces.
---
eim/sw/novena-eim.h | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/eim/sw/novena-eim.h b/eim/sw/novena-eim.h
index 75613bf..dcceaf4 100644
--- a/eim/sw/novena-eim.h
+++ b/eim/sw/novena-eim.h
@@ -1,12 +1,12 @@
-/*
+/*
* novena-eim.h
* ------------
* This module contains the userland magic to set up and use the EIM bus.
*
- *
+ *
* Author: Pavel Shatov
* Copyright (c) 2014-2015, NORDUnet A/S All rights reserved.
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
@@ -34,6 +34,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <stdint.h>
#define EIM_BASE_ADDR 0x08000000
/* Set up EIM bus.
More information about the Commits
mailing list