Quick build fix for the FreeBSD compatibility layer. Maybe the definition should
be moved to a (even) more private header? git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41427 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
dc14d97b7f
commit
20537052a2
@ -57,6 +57,8 @@ arch_int_are_interrupts_enabled_inline(void)
|
||||
arch_int_are_interrupts_enabled_inline()
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
typedef struct interrupt_controller_s {
|
||||
const char *name;
|
||||
void (*enable_io_interrupt)(int32 num);
|
||||
@ -70,4 +72,6 @@ typedef struct interrupt_controller_s {
|
||||
|
||||
void arch_int_set_interrupt_controller(const interrupt_controller &controller);
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif /* _KERNEL_ARCH_x86_INT_H */
|
||||
|
Loading…
Reference in New Issue
Block a user