Patch for comments by bahadir

This commit is contained in:
Amit Mahajan
2009-11-01 00:51:55 +05:30
parent 52d346af40
commit 8d9f5f82d0
30 changed files with 105 additions and 101 deletions

View File

@@ -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__ */