Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: 0ecfebd2b52404ae0c54a878c872bb93363ada36 authored by Linus Torvalds on 07 July 2019, 22:41:56 UTC
Linux 5.2
Tip revision: 0ecfebd
3ds_debugboard.h
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * Copyright 2008-2009 Freescale Semiconductor, Inc. All Rights Reserved.
 */

#ifndef __ASM_ARCH_MXC_3DS_DB_H__
#define __ASM_ARCH_MXC_3DS_DB_H__

extern int __init mxc_expio_init(u32 base, u32 intr_gpio);

#endif /* __ASM_ARCH_MXC_3DS_DB_H__ */
back to top