split into separate files + work on device API.

This commit is contained in:
Jackson Netherwood-Imig
2026-02-27 21:53:01 -08:00
parent 25c7cc7395
commit d46ec8aec2
6 changed files with 690 additions and 694 deletions
-11
View File
@@ -334,17 +334,6 @@ pub const EventCrtcSequence = extern struct {
sequence: u64,
};
pub const BusType = enum(u32) {
pci = 0,
usb = 1,
platform = 2,
host1x = 3,
faux = 4,
virtio = 0x10,
};
pub const PciBusInfo = extern struct {};
pub const mode = struct {
pub const display_mode_len = 32;
pub const prop_name_len = 32;