1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* * 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