small fix.

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_firmware@86 b871894f-2f95-9b40-918c-086798483c85
This commit is contained in:
nakasima 2008-12-08 11:45:31 +00:00
parent cb4bf19634
commit c17002f94f
2 changed files with 1 additions and 4 deletions

View File

@ -18,7 +18,6 @@
#define BROM_OS_INTERRUPT_H_
#include <brom/os/common/interrupt_common.h>
#include <brom/os/ARM11/interrupt_types.h>
#ifdef __cplusplus
extern "C" {

View File

@ -17,9 +17,7 @@
#ifndef BROM_OS_INTERRUPT_H_
#define BROM_OS_INTERRUPT_H_
#include <brom/types.h>
#include <brom/memorymap.h>
#include <brom/os/ARM9/interrupt_types.h>
#include <brom/os/common/interrupt_common.h>
#ifdef __cplusplus
extern "C" {