Re-exports§
pub use x86_64::*;
Modules§
- arch32
- macros
- x86_64
- WARNING - This file was auto generated by //src/starnix/lib/linux_uapi/generate.py. Do not modify this file. To re-generate, run the following command from the root of your Fuchsia checkout:
Macros§
- arch_
map_ data - Implement TryFrom between 2 uapi struct of different ABI with a common type.
- arch_
translate_ data - Implement From/TryFrom between 2 uapi struct of different ABI.
- check_
arch_ independent_ layout - Ensure a uapi type has the same layout in 32 and 64 bits.
- check_
arch_ independent_ same_ layout - Ensure a custom type has the same layout as an ABI independant uapi type
- check_
same_ layout - Ensure 2 different types have the same layout.
- size_
of_ field - Get the size of a field in a struct.
- translate_
data - Implement From/TryFrom between 2 structs.
- translate_
data_ expr