Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 669df1b478803f49a356528d290af7bf442eb3be authored by Linus Torvalds on 01 January 2007, 00:53:20 UTC
Linux 2.6.20-rc3
Tip revision: 669df1b
airq.h
#ifndef S390_AINTERRUPT_H
#define S390_AINTERRUPT_H

typedef	int (*adapter_int_handler_t)(void);

extern int s390_register_adapter_interrupt(adapter_int_handler_t handler);
extern int s390_unregister_adapter_interrupt(adapter_int_handler_t handler);
extern void do_adapter_IO (void);

#endif
back to top