mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 00:36:40 +07:00
8 lines
157 B
C
8 lines
157 B
C
|
#ifndef __ASM_R8A7790_H__
|
||
|
#define __ASM_R8A7790_H__
|
||
|
|
||
|
void r8a7790_add_standard_devices(void);
|
||
|
void r8a7790_clock_init(void);
|
||
|
|
||
|
#endif /* __ASM_R8A7790_H__ */
|