vendor_pubsub_events.h 631 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2022, MediaTek Inc. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef VENDOR_PUBSUB_EVENTS_H
  7. #define VENDOR_PUBSUB_EVENTS_H
  8. #include <lib/el3_runtime/pubsub.h>
  9. REGISTER_PUBSUB_EVENT(lpm_publish_event);
  10. REGISTER_PUBSUB_EVENT(suspend_publish_event);
  11. REGISTER_PUBSUB_EVENT(mt_cpupm_publish_pwr_on);
  12. REGISTER_PUBSUB_EVENT(mt_cpupm_publish_pwr_off);
  13. REGISTER_PUBSUB_EVENT(mt_cpupm_publish_afflv_pwr_on);
  14. REGISTER_PUBSUB_EVENT(mt_cpupm_publish_afflv_pwr_off);
  15. REGISTER_PUBSUB_EVENT(publish_check_wakeup_irq);
  16. REGISTER_PUBSUB_EVENT(watchdog_timeout);
  17. #endif /* VENDOR_PUBSUB_EVENTS_H */