mach-smartq.h 334 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * linux/arch/arm/mach-s3c64xx/mach-smartq.h
  4. *
  5. * Copyright (C) 2010 Maurus Cuelenaere
  6. */
  7. #ifndef __MACH_SMARTQ_H
  8. #define __MACH_SMARTQ_H __FILE__
  9. #include <linux/init.h>
  10. extern void __init smartq_map_io(void);
  11. extern void __init smartq_machine_init(void);
  12. #endif /* __MACH_SMARTQ_H */