summaryrefslogtreecommitdiff
path: root/core/arch/arm/include/kernel/pm_stubs.h
blob: 28a8979a08f087d243ff33e42f985491fff82853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (c) 2015, Linaro Limited
 * All rights reserved.
 */

#ifndef PM_STUBS_H
#define PM_STUBS_H

#include <stdint.h>
#include <compiler.h>

unsigned long pm_panic(unsigned long a0, unsigned long a1);
unsigned long pm_do_nothing(unsigned long a0, unsigned long a1);

#endif /* PM_STUBS_H */