1 /*
2  * Arm SCP/MCP Software
3  * Copyright (c) 2018-2021, Arm Limited and Contributors. All rights reserved.
4  *
5  * SPDX-License-Identifier: BSD-3-Clause
6  */
7 
8 #ifndef N1SDP_MCP_PIK_H
9 #define N1SDP_MCP_PIK_H
10 
11 #include "n1sdp_mcp_mmap.h"
12 #include "n1sdp_pik_mcp.h"
13 
14 #define PIK_MCP  ((struct pik_mcp_reg *) MCP_PIK_BASE)
15 
16 #endif /* N1SDP_MCP_PIK_H */
17