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

14 lines
252 B
C

/*
* Platform encapsulation over timer driver.
*
* Copyright (C) 2007 Bahadir Balban
*
*/
#ifndef __PLATFORM_BEAGLE_TIMER_H__
#define __PLATFORM_BEAGLE_TIMER_H__
#include <l4/drivers/timer/omap/timer.h>
#endif /* __PLATFORM_BEAGLE_TIMER_H__ */