2017-11-02 22:51:24 -04:00
|
|
|
#ifndef KERNELMQ_INCLUDED_HWINT
|
|
|
|
#define KERNELMQ_INCLUDED_HWINT 1
|
|
|
|
|
2017-11-03 01:10:07 -04:00
|
|
|
typedef void(*hwint_handler_t)();
|
|
|
|
|
|
|
|
void hwint_register_handler(unsigned int int_no, hwint_handler_t handler);
|
|
|
|
|
2017-11-02 22:51:24 -04:00
|
|
|
#endif
|