summaryrefslogtreecommitdiffstats
path: root/plat/mediatek/include/vendor_pubsub_events.h
blob: cb8d878574ff38ec04a91aadfd53510acaf546ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Copyright (c) 2022, MediaTek Inc. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef VENDOR_PUBSUB_EVENTS_H
#define VENDOR_PUBSUB_EVENTS_H

#include <lib/el3_runtime/pubsub.h>

REGISTER_PUBSUB_EVENT(lpm_publish_event);
REGISTER_PUBSUB_EVENT(suspend_publish_event);
REGISTER_PUBSUB_EVENT(mt_cpupm_publish_pwr_on);
REGISTER_PUBSUB_EVENT(mt_cpupm_publish_pwr_off);
REGISTER_PUBSUB_EVENT(mt_cpupm_publish_afflv_pwr_on);
REGISTER_PUBSUB_EVENT(mt_cpupm_publish_afflv_pwr_off);
REGISTER_PUBSUB_EVENT(publish_check_wakeup_irq);
REGISTER_PUBSUB_EVENT(watchdog_timeout);

#endif /* VENDOR_PUBSUB_EVENTS_H */