blob: 33be841ddbd65528849552647481afabb10a9d94 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Yen Lin1bf6c772012-04-02 13:18:49 +00002/*
3 * (C) Copyright 2010, 2011
4 * NVIDIA Corporation <www.nvidia.com>
Yen Lin1bf6c772012-04-02 13:18:49 +00005 */
6
7#ifndef _FLOW_H_
8#define _FLOW_H_
9
10struct 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