ihk_ikc_irq and ihk_ikc_irq_apicid

This commit is contained in:
bgerofi@riken.jp
2014-10-20 16:11:15 +09:00
committed by Balazs Gerofi bgerofi@riken.jp
parent ff47261337
commit b388f59ebd
4 changed files with 11 additions and 1 deletions

View File

@@ -99,4 +99,7 @@ enum ihk_asr_type {
int ihk_mc_arch_set_special_register(enum ihk_asr_type, unsigned long value);
int ihk_mc_arch_get_special_register(enum ihk_asr_type, unsigned long *value);
extern unsigned int ihk_ikc_irq;
extern unsigned int ihk_ikc_irq_apicid;
#endif