diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/gcc/sgidefs.h (renamed from include/sgidefs.h) | 0 | ||||
-rw-r--r-- | include/asm-mips64/gcc/sgidefs.h | 17 |
2 files changed, 17 insertions, 0 deletions
diff --git a/include/sgidefs.h b/include/asm-mips/gcc/sgidefs.h index 05994371a..05994371a 100644 --- a/include/sgidefs.h +++ b/include/asm-mips/gcc/sgidefs.h diff --git a/include/asm-mips64/gcc/sgidefs.h b/include/asm-mips64/gcc/sgidefs.h new file mode 100644 index 000000000..05994371a --- /dev/null +++ b/include/asm-mips64/gcc/sgidefs.h @@ -0,0 +1,17 @@ +/* + * include/sgidefs.h + * + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + * + * Copyright (C) 1996 by Ralf Baechle + * + * This file is here to satisfy GCC's expectations. + */ +#ifndef __SGIDEFS_H +#define __SGIDEFS_H + +#include <asm/sgidefs.h> + +#endif /* __SGIDEFS_H */ |