]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/include/asm/arch-tegra20/flow.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[karo-tx-uboot.git] / arch / arm / include / asm / arch-tegra20 / flow.h
1 /*
2  * (C) Copyright 2010, 2011
3  * NVIDIA Corporation <www.nvidia.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef _FLOW_H_
9 #define _FLOW_H_
10
11 struct flow_ctlr {
12         u32     halt_cpu_events;
13         u32     halt_cop_events;
14         u32     cpu_csr;
15         u32     cop_csr;
16         u32     halt_cpu1_events;
17         u32     cpu1_csr;
18 };
19
20 #endif