blob: 4339bcd774ce896dd33b7100a00e59b910f9ceee (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* Copyright (c) 2022, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <sunxi_private.h>
const struct psci_cpu_idle_state sunxi_idle_states[] = {
{}
};
|