• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved.
4  */
5 
6 #ifndef __ASM_ARCH_MXC_3DS_DB_H__
7 #define __ASM_ARCH_MXC_3DS_DB_H__
8 
9 extern int __init mxc_expio_init(u32 base, u32 intr_gpio);
10 
11 #endif /* __ASM_ARCH_MXC_3DS_DB_H__ */
12