mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 14:47:35 +00:00
Kernel: Move PCI vendor and device IDs into Kernel/PCI/IDs.h
This commit is contained in:
parent
eaf8fc90e7
commit
bf703ee553
6 changed files with 27 additions and 12 deletions
|
@ -11,8 +11,6 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
#define VIRTIO_CONSOLE_PCI_DEVICE_ID 0x1003
|
||||
|
||||
#define VIRTIO_CONSOLE_F_SIZE (1 << 0)
|
||||
#define VIRTIO_CONSOLE_F_MULTIPORT (1 << 1)
|
||||
#define VIRTIO_CONSOLE_F_EMERG_WRITE (1 << 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue