mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
16 lines
396 B
C
16 lines
396 B
C
|
/*
|
||
|
* OpenRISC timer API
|
||
|
*
|
||
|
* Copyright (C) 2017 by Stafford Horne (shorne@gmail.com)
|
||
|
*
|
||
|
* This file is subject to the terms and conditions of the GNU General Public
|
||
|
* License. See the file "COPYING" in the main directory of this archive
|
||
|
* for more details.
|
||
|
*/
|
||
|
#ifndef __ASM_OR1K_TIME_H
|
||
|
#define __ASM_OR1K_TIME_H
|
||
|
|
||
|
extern void openrisc_clockevent_init(void);
|
||
|
|
||
|
#endif /* __ASM_OR1K_TIME_H */
|