2_5compat.h 588 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright (C) 2001 Jeff Dike (jdike@karaya.com)
  3. * Licensed under the GPL
  4. */
  5. #ifndef __2_5_COMPAT_H__
  6. #define __2_5_COMPAT_H__
  7. #define INIT_HARDSECT(arr, maj, sizes)
  8. #define SET_PRI(task) do ; while(0)
  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. */