]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arm/include/asm/arch-socfpga/timer.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / arm / include / asm / arch-socfpga / timer.h
CommitLineData
77754408
DN
1/*
2 * Copyright (C) 2012 Altera Corporation <www.altera.com>
3 *
1a459660 4 * SPDX-License-Identifier: GPL-2.0+
77754408
DN
5 */
6
7#ifndef _SOCFPGA_TIMER_H_
8#define _SOCFPGA_TIMER_H_
9
10struct socfpga_timer {
11 u32 load_val;
12 u32 curr_val;
13 u32 ctrl;
14 u32 eoi;
15 u32 int_stat;
16};
17
18#endif