mirror of
https://github.com/drasko/codezero.git
synced 2026-03-10 06:13:15 +01:00
Changes between 16 March 2010 - 6 April 2010
Mutex system call fixed for multiple contenders Userspace irq support extended to keyboard/mouse. Scheduler modified for real-time irq tasks
This commit is contained in:
@@ -88,4 +88,8 @@ u32 gic_get_priority(u32 irq);
|
||||
|
||||
void gic_dummy_init(void);
|
||||
|
||||
void gic_eoi_irq(l4id_t irq);
|
||||
|
||||
void gic_print_cpu(void);
|
||||
|
||||
#endif /* __GIC_H__ */
|
||||
|
||||
Reference in New Issue
Block a user