blob: 30c57e0f8ff5ef8df063f10ffd0d1d42ef6980b8 [file] [log] [blame]
Hao Zhang58a0d662014-07-09 19:48:44 +03001/*
2 * K2HK: secure kernel command header file
3 *
4 * (C) Copyright 2014
5 * Texas Instruments Incorporated, <www.ti.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
Tom Rini108ee582016-03-16 09:10:08 -040010#ifndef _MACH_MON_H_
11#define _MACH_MON_H_
Hao Zhang58a0d662014-07-09 19:48:44 +030012
Madan Srinivase8856102017-07-17 12:59:15 -050013int mon_install(u32 addr, u32 dpsc, u32 freq, u32 bm_addr);
Tom Rini108ee582016-03-16 09:10:08 -040014int mon_power_on(int core_id, void *ep);
Hao Zhang58a0d662014-07-09 19:48:44 +030015int mon_power_off(int core_id);
16
17#endif