about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/riscv/include/sys/hwprobe.h
blob: cce91c1b5343dfefac2f3442700cadb10429ee1e (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef _SYS_HWPROBE_H
# include_next <sys/hwprobe.h>

#ifndef _ISOMAC
libc_hidden_proto (__riscv_hwprobe)
#endif

#endif