License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / arm / mach-tango / smc.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
d6de5b02
MG
2extern int tango_smc(unsigned int val, unsigned int service);
3
4#define tango_set_l2_control(val) tango_smc(val, 0x102)
5#define tango_start_aux_core(val) tango_smc(val, 0x104)
222de7bf 6#define tango_set_aux_boot_addr(val) tango_smc(val, 0x105)
a30eceb7 7#define tango_suspend(val) tango_smc(val, 0x120)
222de7bf
MG
8#define tango_aux_core_die(val) tango_smc(val, 0x121)
9#define tango_aux_core_kill(val) tango_smc(val, 0x122)