2024-09-09 08:52:07 +00:00
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*
|
2024-09-09 08:57:42 +00:00
|
|
|
* Copyright (C) 2013 Broadcom Corporation
|
2024-09-09 08:52:07 +00:00
|
|
|
*/
|
2024-09-09 08:57:42 +00:00
|
|
|
#ifndef _ASM_MACH_NETLOGIC_TOPOLOGY_H
|
|
|
|
#define _ASM_MACH_NETLOGIC_TOPOLOGY_H
|
2024-09-09 08:52:07 +00:00
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
#include <asm/mach-netlogic/multi-node.h>
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
#include <asm-generic/topology.h>
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
#endif /* _ASM_MACH_NETLOGIC_TOPOLOGY_H */
|