The Pedigree Project 0.1
entry-layout.h
1#ifndef PTRACE_ENTRY_LAYOUT_H
2#define PTRACE_ENTRY_LAYOUT_H
3#define TC_ENTRY_MAGIC_VALUE 0x454e545259333231
4#define TC_ENTRY_MAGIC 0
5#define TC_ENTRY_REGISTERS 8
6#define TC_ENTRY_FS_RESULT 224
7#define TC_ENTRY_SIZE 232
8#endif