arm: Include types.h in clock.h

... so uint32_t is known by the time it's used.

Change-Id: I7281e869ce2e00165a0e21bc017aa6c0e27827b9
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: http://review.coreboot.org/9333
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
This commit is contained in:
Patrick Georgi 2015-04-07 12:24:17 +02:00 committed by Patrick Georgi
parent 4ee4bd5bb0
commit 0c00f9a58f
2 changed files with 4 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#ifndef __ARM_CLOCK_H_
#define __ARM_CLOCK_H_
#include <types.h>
void set_cntfrq(uint32_t);
#endif //__ARM_CLOCK_H_

View File

@ -20,6 +20,8 @@
#ifndef __ARM_CLOCK_H_
#define __ARM_CLOCK_H_
#include <types.h>
void set_cntfrq(uint32_t);
#endif //__ARM_CLOCK_H_