From f0d53ea8d64cf5a7fabcb81168fa4f072d81229c Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Fri, 5 Feb 2010 12:48:39 +0000 Subject: Sansa ASM: clock-target.h needs to know the CPU git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24521 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/clock-target.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/target/arm/as3525/clock-target.h') diff --git a/firmware/target/arm/as3525/clock-target.h b/firmware/target/arm/as3525/clock-target.h index 16f28429b8..2c3632c8be 100644 --- a/firmware/target/arm/as3525/clock-target.h +++ b/firmware/target/arm/as3525/clock-target.h @@ -21,6 +21,9 @@ #ifndef CLOCK_TARGET_H #define CLOCK_TARGET_H +#include "config.h" +#include "cpu.h" + /* returns clock divider, given maximal target frequency and clock reference */ #define CLK_DIV(ref, target) ((ref + target - 1) / target) -- cgit v1.2.3