iPXE
Functions | Variables
serial.h File Reference

Serial console. More...

#include <ipxe/uart.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Variables

struct uart serial_console
 Serial console UART. More...
 

Detailed Description

Serial console.

Definition in file serial.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

Variable Documentation

◆ serial_console

struct uart serial_console

Serial console UART.

Definition at line 69 of file serial.c.

Referenced by int21(), int22(), serial_getchar(), serial_init(), serial_iskey(), serial_putchar(), and serial_shutdown().