Files
codezero/include/l4/platform/pb926/platform.h
2010-03-25 01:12:40 +02:00

13 lines
287 B
C

#ifndef __PB926_PLATFORM_H__
#define __PB926_PLATFORM_H__
/*
* Platform specific ties between drivers and generic APIs used by the kernel.
* E.g. system timer and console.
*
* Copyright (C) Bahadir Balban 2007
*/
void platform_timer_start(void);
#endif /* __PB926_PLATFORM_H__ */