Declared MAX_SERIAL.

This commit is contained in:
OBattler
2021-11-14 00:12:49 +01:00
parent 0342ec0695
commit 1f5322959a

View File

@@ -39,6 +39,8 @@
#define SERIAL4_ADDR 0x02e8
#define SERIAL4_IRQ 3
#define MAX_SERIAL 4
struct serial_device_s;
struct serial_s;