OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [include/] [l4/] [platform/] [realview/] [platform.h] - Blame information for rev 7

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Platform specific ties between drivers and
3
 * generic APIs used by the kernel.
4
 * E.g. system timer and console.
5
 *
6
 * Copyright (C) Bahadir Balban 2007
7
 */
8
 
9
#ifndef __REALVIEW_PLATFORM_H__
10
#define __REALVIEW_PLATFORM_H__
11
 
12
void init_platform_irq_controller();
13
void init_platform_devices();
14
 
15
void platform_timer_start(void);
16
void platform_test_cpucycles();
17
 
18
void platform_timer_start(void);
19
 
20
void scu_init(void);
21
 
22
void scu_print_state(void);
23
 
24
#endif /* __REALVIEW_PLATFORM_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.