mirror of
https://github.com/drasko/codezero.git
synced 2026-01-16 12:53:16 +01:00
13 lines
294 B
C
13 lines
294 B
C
#ifndef __PBA9_PLATFORM_H__
|
|
#define __PBA9_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
|
|
*/
|
|
|
|
#include <l4/platform/realview/platform.h>
|
|
|
|
#endif /* __PBA9_PLATFORM_H__ */
|