summaryrefslogtreecommitdiffstats
path: root/sys/dev/fdt/pscivar.h
blob: 717ca142e8eefb1ee02461846d0079724e49d709 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* Public Domain */

#ifndef _SYS_DEV_FDT_PSCIVAR_H_
#define _SYS_DEV_FDT_PSCIVAR_H_

#define PSCI_SUCCESS		0
#define PSCI_NOT_SUPPORTED	-1

int32_t psci_cpu_on(register_t, register_t, register_t);
void	psci_flush_bp(void);

#endif /* _SYS_DEV_FDT_PSCIVAR_H_ */