mirror of git://sourceware.org/git/glibc.git
9 lines
122 B
C
9 lines
122 B
C
|
#ifndef _SYS_HWPROBE_H
|
||
|
# include_next <sys/hwprobe.h>
|
||
|
|
||
|
#ifndef _ISOMAC
|
||
|
libc_hidden_proto (__riscv_hwprobe)
|
||
|
#endif
|
||
|
|
||
|
#endif
|