Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/x86/include/asm/ce4100.h
26481 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ASM_CE4100_H_
3
#define _ASM_CE4100_H_
4
5
int ce4100_pci_init(void);
6
7
#ifdef CONFIG_SERIAL_8250
8
void __init sdv_serial_fixup(void);
9
#else
10
static inline void sdv_serial_fixup(void) {};
11
#endif
12
13
#endif
14
15