65oo2/vm/ata/ata.h
2024-04-25 21:27:27 +02:00

14 lines
283 B
C

#ifndef VM_ATA_ATA_H
# define VM_ATA_ATA_H 1
# include <stdint.h>
# include "../bus.h"
extern struct bus rtc_device;
extern struct bus ethernet_device;
extern struct bus serial3_device;
extern struct bus serial2_device;
extern struct bus serial1_device;
#endif /* VM_ATA_ATA_H */