mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
16 lines
245 B
C
16 lines
245 B
C
|
/*
|
||
|
* K2HK: secure kernel command header file
|
||
|
*
|
||
|
* (C) Copyright 2014
|
||
|
* Texas Instruments Incorporated, <www.ti.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _MON_H_
|
||
|
#define _MON_H_
|
||
|
|
||
|
int mon_power_off(int core_id);
|
||
|
|
||
|
#endif
|