diff options
author | Joel Becker <jlbec@evilplan.org> | 2011-03-28 16:44:26 (GMT) |
---|---|---|
committer | Joel Becker <jlbec@evilplan.org> | 2011-03-28 16:44:26 (GMT) |
commit | 99bdc3880c611c7f2061fbd5372ef81b40217e26 (patch) | |
tree | ef68a53e28e9ee53ce9db3642bab5fa5b3d44866 /arch/x86/include/asm/ce4100.h | |
parent | ed59992e8d91b70053c53d846a76f7e1ac000454 (diff) | |
parent | b4e1b7e88b2c87c358c2a88bec0c76d25accc604 (diff) | |
download | linux-fsl-qoriq-99bdc3880c611c7f2061fbd5372ef81b40217e26.tar.xz |
Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs2-merge-window-fix
Diffstat (limited to 'arch/x86/include/asm/ce4100.h')
-rw-r--r-- | arch/x86/include/asm/ce4100.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/ce4100.h b/arch/x86/include/asm/ce4100.h new file mode 100644 index 0000000..e656ad8 --- /dev/null +++ b/arch/x86/include/asm/ce4100.h @@ -0,0 +1,6 @@ +#ifndef _ASM_CE4100_H_ +#define _ASM_CE4100_H_ + +int ce4100_pci_init(void); + +#endif |