compatmac.h 332 B

12345678910
  1. #ifndef __LINUX_MTD_COMPATMAC_H__
  2. #define __LINUX_MTD_COMPATMAC_H__
  3. /* Nothing to see here. We write 2.5-compatible code and this
  4. file makes it all OK in older kernels, but it's empty in _current_
  5. kernels. Include guard just to make GCC ignore it in future inclusions
  6. anyway... */
  7. #endif /* __LINUX_MTD_COMPATMAC_H__ */