2 #include <user-offsets.h>
4 #define SHOW(name) printf("#define %s %d\n", #name, name)
6 int main(int argc
, char **argv
)
8 printf("/* Automatically generated by "
9 "arch/um/kernel/skas/util/mk_ptregs */\n");
11 printf("#ifndef __SKAS_PT_REGS_\n");
12 printf("#define __SKAS_PT_REGS_\n");
14 SHOW(HOST_FRAME_SIZE
);
41 * Overrides for Emacs so that we follow Linus's tabbing style.
42 * Emacs will notice this stuff at the end of the file and automatically
43 * adjust the settings for this buffer only. This must remain at the end
45 * ---------------------------------------------------------------------------
47 * c-file-style: "linux"