mirror of
https://github.com/ish-app/ish.git
synced 2026-01-18 13:57:29 +00:00
8 lines
144 B
C
8 lines
144 B
C
#ifndef KERNEL_VDSO_H
|
|
#define KERNEL_VDSO_H
|
|
|
|
extern const char vdso_data[8192] __asm__("vdso_data");
|
|
int vdso_symbol(const char *name);
|
|
|
|
#endif
|