You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
220 B
12 lines
220 B
20 years ago
|
#ifndef _GENAPIC_MACH_APICDEF_H
|
||
|
#define _GENAPIC_MACH_APICDEF_H 1
|
||
|
|
||
|
#ifndef APIC_DEFINITION
|
||
|
#include <asm/genapic.h>
|
||
|
|
||
|
#define GET_APIC_ID (genapic->get_apic_id)
|
||
|
#define APIC_ID_MASK (genapic->apic_id_mask)
|
||
|
#endif
|
||
|
|
||
|
#endif
|