Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Yen Lin | 1bf6c77 | 2012-04-02 13:18:49 +0000 | [diff] [blame] | 2 | /* |
3 | * (C) Copyright 2010, 2011 | ||||
4 | * NVIDIA Corporation <www.nvidia.com> | ||||
Yen Lin | 1bf6c77 | 2012-04-02 13:18:49 +0000 | [diff] [blame] | 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 |