:: limine / common / drivers / serial.h 197 B raw

1
#ifndef DRIVERS__SERIAL_H__
2
#define DRIVERS__SERIAL_H__
3
4
#if defined (BIOS)
5
6
#include <stdint.h>
7
8
extern uint32_t serial_baudrate;
9
10
void serial_out(uint8_t b);
11
int serial_in(void);
12
13
#endif
14
15
#endif
tab: 248 wrap: offon