]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-tegra114/flow.h
Add more SPDX-License-Identifier tags
[people/ms/u-boot.git] / arch / arm / include / asm / arch-tegra114 / flow.h
CommitLineData
2fc65e28
TW
1/*
2 * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved.
3 *
5b8031cc 4 * SPDX-License-Identifier: GPL-2.0
2fc65e28
TW
5 */
6
7#ifndef _TEGRA114_FLOW_H_
8#define _TEGRA114_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 xrq_events;
16 u32 halt_cpu1_events;
17 u32 cpu1_csr;
18 u32 halt_cpu2_events;
19 u32 cpu2_csr;
20 u32 halt_cpu3_events;
21 u32 cpu3_csr;
22 u32 cluster_control;
23};
24
25#endif /* _TEGRA114_FLOW_H_ */