mon.h 352 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * K2HK: secure kernel command header file
  4. *
  5. * (C) Copyright 2014
  6. * Texas Instruments Incorporated, <www.ti.com>
  7. */
  8. #ifndef _MACH_MON_H_
  9. #define _MACH_MON_H_
  10. int mon_install(u32 addr, u32 dpsc, u32 freq, u32 bm_addr);
  11. int mon_power_on(int core_id, void *ep);
  12. int mon_power_off(int core_id);
  13. #endif