blob: 6840bb1dde4e5574c5e865855d195a74178c52ce [file] [log] [blame]
Tejas Patel354fe572018-12-14 00:55:37 -08001/*
2 * Copyright (c) 2019, Xilinx, Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7/*
8 * Contains APU specific macros and macros to be defined depending on
9 * the execution environment.
10 */
11
12#ifndef PM_CLIENT_H
13#define PM_CLIENT_H
14
15#include "pm_common.h"
16#include "pm_defs.h"
17
18/* Global variables to be set in pm_client.c */
19extern const struct pm_proc *primary_proc;
20
21#endif /* PM_CLIENT_H */