system-x86_64.h 537 B

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