syscalls.h 527 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
  3. * Licensed under the GPL
  4. */
  5. #ifndef __SYSDEP_IA64_SYSCALLS_H
  6. #define __SYSDEP_IA64_SYSCALLS_H
  7. #endif
  8. /*
  9. * Overrides for Emacs so that we follow Linus's tabbing style.
  10. * Emacs will notice this stuff at the end of the file and automatically
  11. * adjust the settings for this buffer only. This must remain at the end
  12. * of the file.
  13. * ---------------------------------------------------------------------------
  14. * Local variables:
  15. * c-file-style: "linux"
  16. * End:
  17. */