ish/kernel/vdso.h
2018-05-03 16:13:33 -07:00

8 lines
123 B
C

#ifndef KERNEL_VDSO_H
#define KERNEL_VDSO_H
extern const char vdso_data[8192];
int vdso_symbol(const char *name);
#endif