blob: e1bef216d9964c8c505ecdef75fd8b86707a7404 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Hao Zhang58a0d662014-07-09 19:48:44 +03002/*
3 * K2HK: secure kernel command header file
4 *
5 * (C) Copyright 2014
6 * Texas Instruments Incorporated, <www.ti.com>
Hao Zhang58a0d662014-07-09 19:48:44 +03007 */
8
Tom Rini108ee582016-03-16 09:10:08 -04009#ifndef _MACH_MON_H_
10#define _MACH_MON_H_
Hao Zhang58a0d662014-07-09 19:48:44 +030011
Madan Srinivase8856102017-07-17 12:59:15 -050012int mon_install(u32 addr, u32 dpsc, u32 freq, u32 bm_addr);
Tom Rini108ee582016-03-16 09:10:08 -040013int mon_power_on(int core_id, void *ep);
Hao Zhang58a0d662014-07-09 19:48:44 +030014int mon_power_off(int core_id);
15
16#endif