diff options
-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. |