xref: /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/delay.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0-or-later */
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * OpenRISC Linux
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  * Linux architectural port borrowing liberally from similar works of
6*4882a593Smuzhiyun  * others.  All original copyrights apply as per the original source
7*4882a593Smuzhiyun  * declaration.
8*4882a593Smuzhiyun  *
9*4882a593Smuzhiyun  * OpenRISC implementation:
10*4882a593Smuzhiyun  * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
11*4882a593Smuzhiyun  */
12*4882a593Smuzhiyun 
13*4882a593Smuzhiyun #ifndef __ASM_OPENRISC_DELAY_H
14*4882a593Smuzhiyun #define __ASM_OPENRISC_DELAY_H
15*4882a593Smuzhiyun 
16*4882a593Smuzhiyun #include <asm-generic/delay.h>
17*4882a593Smuzhiyun 
18*4882a593Smuzhiyun extern unsigned long loops_per_jiffy;
19*4882a593Smuzhiyun 
20*4882a593Smuzhiyun #endif
21