Sign in
gbmc
/
linux
/
a7ed7b9d0ebb038db9963d574da0311cab0b666a
/
.
/
arch
/
x86
/
include
/
asm
/
ce4100.h
blob: e1f965bb1e3127f4e3ce2a9be38c8221100f0305 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
_ASM_CE4100_H_
#define
_ASM_CE4100_H_
int
ce4100_pci_init
(
void
);
#ifdef
CONFIG_SERIAL_8250
void
__init sdv_serial_fixup
(
void
);
#else
static
inline
void
sdv_serial_fixup
(
void
)
{};
#endif
#endif