mon.h 343 B

1234567891011121314151617
  1. /*
  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. #ifndef _MACH_MON_H_
  10. #define _MACH_MON_H_
  11. int mon_install(u32 addr, u32 dpsc, u32 freq);
  12. int mon_power_on(int core_id, void *ep);
  13. int mon_power_off(int core_id);
  14. #endif