Kernel/armv7 - Tegra2 timer and interrupt rework
[tpg/acess2.git] / KernelLand / Kernel / arch / armv7 / platform_realview_pb.c
1 /*
2  * Acess2 Kernel ARMv7 Port
3  * - By John Hodge (thePowersGang)
4  *
5  * platform_realviewpb.c
6  * - RealviewPB core code
7  */
8 #include <acess.h>
9
10 // === PROTOTYPES ===
11 void    Time_Setup(void);
12
13 // === GLOBALS ===
14 tPAddr  gGIC_DistributorAddr = 0x1e001000;
15 tPAddr  gGIC_InterfaceAddr = 0x1e000000;
16
17 // === CODE ===
18 void Time_Setup(void)
19 {
20         // TODO: 
21 }

UCC git Repository :: git.ucc.asn.au