io.h 244 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _M68K_IO_H
  3. #define _M68K_IO_H
  4. #if defined(__uClinux__) || defined(CONFIG_COLDFIRE)
  5. #include <asm/io_no.h>
  6. #else
  7. #include <asm/io_mm.h>
  8. #endif
  9. #include <asm-generic/io.h>
  10. #endif /* _M68K_IO_H */