mirror of
https://github.com/drasko/codezero.git
synced 2026-01-20 23:03:16 +01:00
Patch for comments by bahadir
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __PLATFORM_EB_PLATFORM_H__
|
||||
#define __PLATFORM_EB_PLATFORM_H__
|
||||
#ifndef __EB_PLATFORM_H__
|
||||
#define __EB_PLATFORM_H__
|
||||
/*
|
||||
* Platform specific ties between drivers and generic APIs used by the kernel.
|
||||
* E.g. system timer and console.
|
||||
@@ -25,4 +25,4 @@
|
||||
void platform_irq_enable(int irq);
|
||||
void platform_irq_disable(int irq);
|
||||
void timer_start(void);
|
||||
#endif /* __PLATFORM_EB_PLATFORM_H__ */
|
||||
#endif /* __EB_PLATFORM_H__ */
|
||||
|
||||
Reference in New Issue
Block a user