From fcc8230add75bd1603971c682381a6253cb0a2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Fri, 17 Apr 2015 11:10:23 +0200 Subject: 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(-) (limited to 'eim') 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 #define EIM_BASE_ADDR 0x08000000 /* Set up EIM bus. -- cgit v1.2.3