diff options
Diffstat (limited to 'arch/x86/machine/pic.h')
-rw-r--r-- | arch/x86/machine/pic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/machine/pic.h b/arch/x86/machine/pic.h index 89833d00..4796cff0 100644 --- a/arch/x86/machine/pic.h +++ b/arch/x86/machine/pic.h @@ -15,8 +15,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _X86_PIC_H -#define _X86_PIC_H +#ifndef X86_PIC_H +#define X86_PIC_H /* * Interrupts per PIC. @@ -44,4 +44,4 @@ void pic_setup(void); */ void pic_setup_disabled(void); -#endif /* _X86_PIC_H */ +#endif /* X86_PIC_H */ |