14 lines
283 B
C
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 */
|