mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 15:48:52 +01:00
15 lines
424 B
C
15 lines
424 B
C
/*
|
|
* 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) 2013 Broadcom Corporation
|
|
*/
|
|
#ifndef _ASM_MACH_NETLOGIC_TOPOLOGY_H
|
|
#define _ASM_MACH_NETLOGIC_TOPOLOGY_H
|
|
|
|
#include <asm/mach-netlogic/multi-node.h>
|
|
|
|
#include <asm-generic/topology.h>
|
|
|
|
#endif /* _ASM_MACH_NETLOGIC_TOPOLOGY_H */
|