diff options
author | Joachim StroĢmbergson <joachim@secworks.se> | 2015-04-17 11:10:23 +0200 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@secworks.se> | 2015-04-17 11:10:23 +0200 |
commit | fcc8230add75bd1603971c682381a6253cb0a2dd (patch) | |
tree | 3fabb4105d94332d69b906c8d4af6411d9ea631b /eim | |
parent | b4cb0b5b5f5bad22d1075307938d4aa88041cd45 (diff) |
Add missing include of stdint.h to get types. Automagically removed trailing spaces.
Diffstat (limited to 'eim')
-rw-r--r-- | eim/sw/novena-eim.h | 7 |
1 files 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. |