mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 03:05:21 +07:00
35373abbce
The UPF_* flags are the correct values to use for struct uart_port and struct old_serial_port/SERIAL_PORT_DFNS. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19 lines
376 B
C
19 lines
376 B
C
/*
|
|
* serial.h
|
|
*
|
|
* Copyright (C) 2003 Develer S.r.l. (http://www.develer.com/)
|
|
* Author: Bernardo Innocenti <bernie@codewiz.org>
|
|
*
|
|
* Based on linux/include/asm-i386/serial.h
|
|
*/
|
|
#include <asm/serial-regs.h>
|
|
|
|
/*
|
|
* the base baud is derived from the clock speed and so is variable
|
|
*/
|
|
#define BASE_BAUD 0
|
|
|
|
#define STD_COM_FLAGS UPF_BOOT_AUTOCONF
|
|
|
|
#define SERIAL_PORT_DFNS
|