Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 94a05509a9e11806acd797153d03019706e466f1 authored by Linus Torvalds on 15 April 2007, 23:50:57 UTC
Linux 2.6.21-rc7
Tip revision: 94a0550
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