diff options
| author | Paul Mackerras <paulus@samba.org> | 2003-07-22 13:02:05 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2003-07-22 13:02:05 -0400 |
| commit | e0b9d63fa79051835dd04fd6377aa9778e348be7 (patch) | |
| tree | 8f081e5732f8aa7c50cf8255dac2ce212f4f02ec | |
| parent | 8a972b41289dcea40c92f4e90d9558ebd5b00715 (diff) | |
PPC32: Add asm-ppc/local.h
| -rw-r--r-- | include/asm-ppc/local.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-ppc/local.h b/include/asm-ppc/local.h new file mode 100644 index 000000000000..b08e3eced10e --- /dev/null +++ b/include/asm-ppc/local.h @@ -0,0 +1,6 @@ +#ifndef __PPC_LOCAL_H +#define __PPC_LOCAL_H + +#include <asm-generic/local.h> + +#endif /* __PPC_LOCAL_H */ |
