summaryrefslogtreecommitdiff
path: root/plat/mediatek/mt8173/drivers/spm/spm_hotplug.h
blob: 8ebf5c41efff4afd189161a724638f4440fa1a8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
#ifndef __SPM_HOTPLUG_H__
#define __SPM_HOTPLUG_H__

void spm_clear_hotplug(void);
void spm_hotplug_off(unsigned long mpidr);
void spm_hotplug_on(unsigned long mpidr);

#endif /* __SPM_HOTPLUG_H__ */