Julian Seward 7c542ccd39 Add new files resulting from merging in the 2.4.0 line. Many of these
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
2005-03-10 23:23:45 +00:00

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 */