]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/arm/include/asm/arch-tegra20/flow.h
SPDX: Convert all of our single license tags to Linux Kernel style
[thirdparty/u-boot.git] / arch / arm / include / asm / arch-tegra20 / flow.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
f6f767a4
YL
2/*
3 * (C) Copyright 2010, 2011
4 * NVIDIA Corporation <www.nvidia.com>
f6f767a4
YL
5 */
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