2 * Copyright 2003 PathScale, Inc.
4 * Licensed under the GPL
8 #include <user-offsets.h>
11 printf("#define %s (%d / sizeof(unsigned long))\n", #name, name)
13 int main(int argc
, char **argv
)
15 printf("/* Automatically generated by "
16 "arch/um/kernel/skas/util/mk_ptregs */\n");
18 printf("#ifndef __SKAS_PT_REGS_\n");
19 printf("#define __SKAS_PT_REGS_\n");
20 SHOW(HOST_FRAME_SIZE
);
49 printf("#define HOST_FP_SIZE 0\n");
50 printf("#define HOST_XFP_SIZE 0\n");
58 * Overrides for Emacs so that we follow Linus's tabbing style.
59 * Emacs will notice this stuff at the end of the file and automatically
60 * adjust the settings for this buffer only. This must remain at the end
62 * ---------------------------------------------------------------------------
64 * c-file-style: "linux"