]> git.sur5r.net Git - u-boot/blob - arch/arm/include/asm/arch-tegra20/flow.h
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / arm / include / asm / arch-tegra20 / flow.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2010, 2011
4  * NVIDIA Corporation <www.nvidia.com>
5  */
6
7 #ifndef _FLOW_H_
8 #define _FLOW_H_
9
10 struct flow_ctlr {
11         u32     halt_cpu_events;
12         u32     halt_cop_events;
13         u32     cpu_csr;
14         u32     cop_csr;
15         u32     halt_cpu1_events;
16         u32     cpu1_csr;
17 };
18
19 #endif