diff options
Diffstat (limited to 'kernel/arch/m32r/include/asm/topology.h')
-rw-r--r-- | kernel/arch/m32r/include/asm/topology.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/arch/m32r/include/asm/topology.h b/kernel/arch/m32r/include/asm/topology.h new file mode 100644 index 000000000..d607eb32b --- /dev/null +++ b/kernel/arch/m32r/include/asm/topology.h @@ -0,0 +1,6 @@ +#ifndef _ASM_M32R_TOPOLOGY_H +#define _ASM_M32R_TOPOLOGY_H + +#include <asm-generic/topology.h> + +#endif /* _ASM_M32R_TOPOLOGY_H */ |