mfp.h 515 B

123456789101112131415161718192021
  1. /*
  2. * arch/arm/mach-pxa/include/mach/mfp.h
  3. *
  4. * Multi-Function Pin Definitions
  5. *
  6. * Copyright (C) 2007 Marvell International Ltd.
  7. *
  8. * 2007-8-21: eric miao <eric.miao@marvell.com>
  9. * initial version
  10. *
  11. * This program is free software; you can redistribute it and/or modify
  12. * it under the terms of the GNU General Public License version 2 as
  13. * published by the Free Software Foundation.
  14. */
  15. #ifndef __ASM_ARCH_MFP_H
  16. #define __ASM_ARCH_MFP_H
  17. #include <plat/mfp.h>
  18. #endif /* __ASM_ARCH_MFP_H */