Browse Source
Move pm_client.h to common directory to avoid duplication of function declaration. Signed-off-by: Tejas Patel <tejas.patel@xilinx.com> Signed-off-by: Jolly Shah <jolly.shah@xilinx.com> Change-Id: Iea542e681f42db089cccd9b24d286ac8f0a2ce35pull/1937/head
Tejas Patel
5 years ago
committed by
Jolly Shah
2 changed files with 7 additions and 30 deletions
@ -1,26 +0,0 @@ |
|||
/*
|
|||
* Copyright (c) 2019, Xilinx, Inc. All rights reserved. |
|||
* |
|||
* SPDX-License-Identifier: BSD-3-Clause |
|||
*/ |
|||
|
|||
/*
|
|||
* Contains APU specific macros and macros to be defined depending on |
|||
* the execution environment. |
|||
*/ |
|||
|
|||
#ifndef PM_CLIENT_H |
|||
#define PM_CLIENT_H |
|||
|
|||
#include "pm_common.h" |
|||
#include "pm_defs.h" |
|||
|
|||
/* Functions to be implemented by each PU */ |
|||
void pm_client_suspend(const struct pm_proc *proc, unsigned int state); |
|||
void pm_client_wakeup(const struct pm_proc *proc); |
|||
void pm_client_abort_suspend(void); |
|||
|
|||
/* Global variables to be set in pm_client.c */ |
|||
extern const struct pm_proc *primary_proc; |
|||
|
|||
#endif /* PM_CLIENT_H */ |
Loading…
Reference in new issue