2024-02-25 15:58:08 +00:00
|
|
|
#ifndef VM_ATA_ATA_H
|
|
|
|
# define VM_ATA_ATA_H 1
|
|
|
|
|
|
|
|
# include <stdint.h>
|
2024-04-25 19:27:27 +00:00
|
|
|
# include "../bus.h"
|
2024-02-25 15:58:08 +00:00
|
|
|
|
2024-04-25 19:27:27 +00:00
|
|
|
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;
|
2024-02-25 15:58:08 +00:00
|
|
|
|
|
|
|
#endif /* VM_ATA_ATA_H */
|