Home | History | Annotate | Download | only in arch-tegra20
      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
     20