mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 04:55:52 +00:00
seem to be simply duplication of the x86 instruction set tests into the addrcheck and helgrind trees. I'm not sure what this duplication achieves. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3264
11 lines
340 B
C
11 lines
340 B
C
#ifndef _X86_LINUX_PRIVATE_H
|
|
#define _X86_LINUX_PRIVATE_H
|
|
|
|
/* These are addresses within VGA_(blocking_syscall). See syscall.S for details. */
|
|
extern const Word VGA_(blksys_setup);
|
|
extern const Word VGA_(blksys_restart);
|
|
extern const Word VGA_(blksys_complete);
|
|
extern const Word VGA_(blksys_committed);
|
|
|
|
#endif /* _X86_LINUX_PRIVATE_H */
|