fixed a typo in HAVE_PIRQ_TABLE

This commit is contained in:
Li-Ta Lo 2001-08-16 09:49:25 +00:00
parent 71be41d193
commit 4653e0366a

View file

@ -37,7 +37,7 @@ void check_pirq_routing_table(void);
#define check_pirq_routing_table() do {} while(0)
#endif
#if defined(HAVE_PIRQ_ROUTING_TABLE)
#if defined(HAVE_PIRQ_TABLE)
void copy_pirq_routing_table(void);
#else
#define copy_pirq_routing_table() do {} while(0)