blob: cb8d878574ff38ec04a91aadfd53510acaf546ae [file] [log] [blame]
developer736c8382022-05-20 09:59:07 +08001/*
2 * Copyright (c) 2022, MediaTek Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef VENDOR_PUBSUB_EVENTS_H
8#define VENDOR_PUBSUB_EVENTS_H
9
10#include <lib/el3_runtime/pubsub.h>
11
12REGISTER_PUBSUB_EVENT(lpm_publish_event);
13REGISTER_PUBSUB_EVENT(suspend_publish_event);
14REGISTER_PUBSUB_EVENT(mt_cpupm_publish_pwr_on);
15REGISTER_PUBSUB_EVENT(mt_cpupm_publish_pwr_off);
16REGISTER_PUBSUB_EVENT(mt_cpupm_publish_afflv_pwr_on);
17REGISTER_PUBSUB_EVENT(mt_cpupm_publish_afflv_pwr_off);
18REGISTER_PUBSUB_EVENT(publish_check_wakeup_irq);
19REGISTER_PUBSUB_EVENT(watchdog_timeout);
20
21#endif /* VENDOR_PUBSUB_EVENTS_H */