mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00
11 lines
219 B
C
11 lines
219 B
C
![]() |
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
|
||
|
|
||
|
#ifndef _DT_BINDINGS_POWER_SUN8I_V853_PPU_H_
|
||
|
#define _DT_BINDINGS_POWER_SUN8I_V853_PPU_H_
|
||
|
|
||
|
#define PD_RISCV 0
|
||
|
#define PD_NPU 1
|
||
|
#define PD_VE 2
|
||
|
|
||
|
#endif
|