archparam-i386.h 686 B

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