blob: eb7aa938af0239076b282fd441a7c30ba8149fb8 [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
Tom Rini108ee582016-03-16 09:10:08 -040013int mon_install(u32 addr, u32 dpsc, u32 freq);
14int 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