-
Notifications
You must be signed in to change notification settings - Fork 105
virtio_ids.h bindings #255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Upcoming Release | ||
|
||
- Regenerate bindings with Linux 6.4. | ||
- Added bindings for virtio_ids.h | ||
|
||
# v0.2.1 | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
/* automatically generated by rust-bindgen 0.63.0 */ | ||
|
||
pub const VIRTIO_ID_NET: u32 = 1; | ||
pub const VIRTIO_ID_BLOCK: u32 = 2; | ||
pub const VIRTIO_ID_CONSOLE: u32 = 3; | ||
pub const VIRTIO_ID_RNG: u32 = 4; | ||
pub const VIRTIO_ID_BALLOON: u32 = 5; | ||
pub const VIRTIO_ID_IOMEM: u32 = 6; | ||
pub const VIRTIO_ID_RPMSG: u32 = 7; | ||
pub const VIRTIO_ID_SCSI: u32 = 8; | ||
pub const VIRTIO_ID_9P: u32 = 9; | ||
pub const VIRTIO_ID_MAC80211_WLAN: u32 = 10; | ||
pub const VIRTIO_ID_RPROC_SERIAL: u32 = 11; | ||
pub const VIRTIO_ID_CAIF: u32 = 12; | ||
pub const VIRTIO_ID_MEMORY_BALLOON: u32 = 13; | ||
pub const VIRTIO_ID_GPU: u32 = 16; | ||
pub const VIRTIO_ID_CLOCK: u32 = 17; | ||
pub const VIRTIO_ID_INPUT: u32 = 18; | ||
pub const VIRTIO_ID_VSOCK: u32 = 19; | ||
pub const VIRTIO_ID_CRYPTO: u32 = 20; | ||
pub const VIRTIO_ID_SIGNAL_DIST: u32 = 21; | ||
pub const VIRTIO_ID_PSTORE: u32 = 22; | ||
pub const VIRTIO_ID_IOMMU: u32 = 23; | ||
pub const VIRTIO_ID_MEM: u32 = 24; | ||
pub const VIRTIO_ID_SOUND: u32 = 25; | ||
pub const VIRTIO_ID_FS: u32 = 26; | ||
pub const VIRTIO_ID_PMEM: u32 = 27; | ||
pub const VIRTIO_ID_RPMB: u32 = 28; | ||
pub const VIRTIO_ID_MAC80211_HWSIM: u32 = 29; | ||
pub const VIRTIO_ID_VIDEO_ENCODER: u32 = 30; | ||
pub const VIRTIO_ID_VIDEO_DECODER: u32 = 31; | ||
pub const VIRTIO_ID_SCMI: u32 = 32; | ||
pub const VIRTIO_ID_NITRO_SEC_MOD: u32 = 33; | ||
pub const VIRTIO_ID_I2C_ADAPTER: u32 = 34; | ||
pub const VIRTIO_ID_WATCHDOG: u32 = 35; | ||
pub const VIRTIO_ID_CAN: u32 = 36; | ||
pub const VIRTIO_ID_DMABUF: u32 = 37; | ||
pub const VIRTIO_ID_PARAM_SERV: u32 = 38; | ||
pub const VIRTIO_ID_AUDIO_POLICY: u32 = 39; | ||
pub const VIRTIO_ID_BT: u32 = 40; | ||
pub const VIRTIO_ID_GPIO: u32 = 41; | ||
pub const VIRTIO_TRANS_ID_NET: u32 = 4096; | ||
pub const VIRTIO_TRANS_ID_BLOCK: u32 = 4097; | ||
pub const VIRTIO_TRANS_ID_BALLOON: u32 = 4098; | ||
pub const VIRTIO_TRANS_ID_CONSOLE: u32 = 4099; | ||
pub const VIRTIO_TRANS_ID_SCSI: u32 = 4100; | ||
pub const VIRTIO_TRANS_ID_RNG: u32 = 4101; | ||
pub const VIRTIO_TRANS_ID_9P: u32 = 4105; |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: missing full stop