mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 09:40:53 +07:00
7 lines
115 B
C
7 lines
115 B
C
|
#ifndef _C6X_TIMER64_H
|
||
|
#define _C6X_TIMER64_H
|
||
|
|
||
|
extern void __init timer64_init(void);
|
||
|
|
||
|
#endif /* _C6X_TIMER64_H */
|