xref: /rk3399_ARM-atf/include/lib/el3_runtime/pubsub_events.h (revision e8a87acd4b7f3c526de036920df42230e37e6144)
1 /*
2  * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include <pubsub.h>
8 
9 /*
10  * This file defines a list of pubsub events, declared using
11  * REGISTER_PUBSUB_EVENT() macro.
12  */
13 
14 /*
15  * Event published after a CPU has been powered up and finished its
16  * initialization.
17  */
18 REGISTER_PUBSUB_EVENT(psci_cpu_on_finish);
19