mirror of
https://github.com/drasko/codezero.git
synced 2026-01-18 13:53: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__ */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __PLATFORM_PB11MPCORE_PLATFORM_H__
|
||||
#define __PLATFORM_PB11MPCORE_PLATFORM_H__
|
||||
#ifndef __PB11MPCORE_PLATFORM_H__
|
||||
#define __PB11MPCORE_PLATFORM_H__
|
||||
/*
|
||||
* Platform specific ties between drivers and generic APIs used by the kernel.
|
||||
* E.g. system timer and console.
|
||||
@@ -22,13 +22,13 @@
|
||||
#define PLATFORM_TIMER1 1
|
||||
#define PLATFORM_TIMER2 2
|
||||
#define PLATFORM_TIMER3 3
|
||||
#define PLATFORM_TIMER3 4
|
||||
#define PLATFORM_TIMER3 5
|
||||
#define PLATFORM_TIMER3 6
|
||||
#define PLATFORM_TIMER3 7
|
||||
#define PLATFORM_TIMER4 4
|
||||
#define PLATFORM_TIMER5 5
|
||||
#define PLATFORM_TIMER6 6
|
||||
#define PLATFORM_TIMER7 7
|
||||
|
||||
void platform_irq_enable(int irq);
|
||||
void platform_irq_disable(int irq);
|
||||
void timer_start(void);
|
||||
|
||||
#endif /* __PLATFORM_PB11MPCORE_PLATFORM_H__ */
|
||||
#endif /* __PB11MPCORE_PLATFORM_H__ */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __PLATFORM_PB926_PLATFORM_H__
|
||||
#define __PLATFORM_PB926_PLATFORM_H__
|
||||
#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.
|
||||
@@ -30,4 +30,4 @@
|
||||
void platform_irq_enable(int irq);
|
||||
void platform_irq_disable(int irq);
|
||||
void timer_start(void);
|
||||
#endif /* __PLATFORM_PB926_PLATFORM_H__ */
|
||||
#endif /* __PB926_PLATFORM_H__ */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef __PLATFORM_PBA8_PLATFORM_H__
|
||||
#define __PLATFORM_PBA8_PLATFORM_H__
|
||||
#ifndef __PBA8_PLATFORM_H__
|
||||
#define __PBA8_PLATFORM_H__
|
||||
/*
|
||||
* Platform specific ties between drivers and generic APIs used by the kernel.
|
||||
* E.g. system timer and console.
|
||||
@@ -21,12 +21,12 @@
|
||||
#define PLATFORM_TIMER1 1
|
||||
#define PLATFORM_TIMER2 2
|
||||
#define PLATFORM_TIMER3 3
|
||||
#define PLATFORM_TIMER3 4
|
||||
#define PLATFORM_TIMER3 5
|
||||
#define PLATFORM_TIMER3 6
|
||||
#define PLATFORM_TIMER3 7
|
||||
#define PLATFORM_TIMER4 4
|
||||
#define PLATFORM_TIMER5 5
|
||||
#define PLATFORM_TIMER6 6
|
||||
#define PLATFORM_TIMER7 7
|
||||
|
||||
void platform_irq_enable(int irq);
|
||||
void platform_irq_disable(int irq);
|
||||
void timer_start(void);
|
||||
#endif /* __PLATFORM_PBA8_PLATFORM_H__ */
|
||||
#endif /* __PBA8_PLATFORM_H__ */
|
||||
|
||||
Reference in New Issue
Block a user