summaryrefslogtreecommitdiffstats
path: root/vendor/libc/src/unix/nto/neutrino.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/libc/src/unix/nto/neutrino.rs')
-rw-r--r--vendor/libc/src/unix/nto/neutrino.rs20
1 files changed, 10 insertions, 10 deletions
diff --git a/vendor/libc/src/unix/nto/neutrino.rs b/vendor/libc/src/unix/nto/neutrino.rs
index cedd21659..1a6f7da9c 100644
--- a/vendor/libc/src/unix/nto/neutrino.rs
+++ b/vendor/libc/src/unix/nto/neutrino.rs
@@ -1,6 +1,16 @@
pub type nto_job_t = ::sync_t;
s! {
+ pub struct syspage_entry_info {
+ pub entry_off: u16,
+ pub entry_size: u16,
+ }
+ pub struct syspage_array_info {
+ entry_off: u16,
+ entry_size: u16,
+ element_size: u16,
+ }
+
pub struct intrspin {
pub value: ::c_uint, // volatile
}
@@ -202,16 +212,6 @@ s! {
}
s_no_extra_traits! {
- pub struct syspage_entry_info {
- pub entry_off: u16,
- pub entry_size: u16,
- }
-
- pub struct syspage_array_info {
- entry_off: u16,
- entry_size: u16,
- element_size: u16,
- }
#[repr(align(8))]
pub struct syspage_entry {