sigcontext-x86_64.h 546 B

12345678910111213141516171819202122
  1. /* Copyright 2003 PathScale, Inc.
  2. *
  3. * Licensed under the GPL
  4. */
  5. #ifndef __UM_SIGCONTEXT_X86_64_H
  6. #define __UM_SIGCONTEXT_X86_64_H
  7. #include "asm/sigcontext-generic.h"
  8. #endif
  9. /*
  10. * Overrides for Emacs so that we follow Linus's tabbing style.
  11. * Emacs will notice this stuff at the end of the file and automatically
  12. * adjust the settings for this buffer only. This must remain at the end
  13. * of the file.
  14. * ---------------------------------------------------------------------------
  15. * Local variables:
  16. * c-file-style: "linux"
  17. * End:
  18. */