Move PCI classes to separate files

This commit is contained in:
Justin C. Miller
2018-05-09 01:21:30 -07:00
parent 9128bfc5f1
commit b389e75d33
7 changed files with 231 additions and 146 deletions

View File

@@ -10,7 +10,8 @@ enum class logs
boot,
memory,
apic,
devices,
device,
driver,
max
};