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