Skip to content

Commit

Permalink
Regenerate generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Nov 30, 2023
1 parent eb456fc commit 4610660
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aarch64/xdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
pub type __s128 = i128;
pub type __u128 = u128;
pub type __le16 = __u16;
pub type __be16 = __u16;
pub type __le32 = __u32;
Expand Down
2 changes: 2 additions & 0 deletions src/loongarch64/xdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
pub type __s128 = i128;
pub type __u128 = u128;
pub type __le16 = __u16;
pub type __be16 = __u16;
pub type __le32 = __u32;
Expand Down
2 changes: 2 additions & 0 deletions src/mips64/xdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
pub type __s128 = i128;
pub type __u128 = u128;
pub type __le16 = __u16;
pub type __be16 = __u16;
pub type __le32 = __u32;
Expand Down
2 changes: 2 additions & 0 deletions src/mips64r6/xdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
pub type __s128 = i128;
pub type __u128 = u128;
pub type __le16 = __u16;
pub type __be16 = __u16;
pub type __le32 = __u32;
Expand Down
2 changes: 2 additions & 0 deletions src/powerpc64/xdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
pub type __s128 = i128;
pub type __u128 = u128;
pub type __le16 = __u16;
pub type __be16 = __u16;
pub type __le32 = __u32;
Expand Down
2 changes: 2 additions & 0 deletions src/riscv64/xdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
pub type __s128 = i128;
pub type __u128 = u128;
pub type __le16 = __u16;
pub type __be16 = __u16;
pub type __le32 = __u32;
Expand Down
2 changes: 2 additions & 0 deletions src/s390x/xdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
pub type __s128 = i128;
pub type __u128 = u128;
pub type __le16 = __u16;
pub type __be16 = __u16;
pub type __le32 = __u32;
Expand Down
2 changes: 2 additions & 0 deletions src/sparc64/xdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
pub type __s128 = i128;
pub type __u128 = u128;
pub type __le16 = __u16;
pub type __be16 = __u16;
pub type __le32 = __u32;
Expand Down
2 changes: 2 additions & 0 deletions src/x32/xdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
pub type __s128 = i128;
pub type __u128 = u128;
pub type __le16 = __u16;
pub type __be16 = __u16;
pub type __le32 = __u32;
Expand Down
2 changes: 2 additions & 0 deletions src/x86_64/xdp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ pub type __kernel_clockid_t = crate::ctypes::c_int;
pub type __kernel_caddr_t = *mut crate::ctypes::c_char;
pub type __kernel_uid16_t = crate::ctypes::c_ushort;
pub type __kernel_gid16_t = crate::ctypes::c_ushort;
pub type __s128 = i128;
pub type __u128 = u128;
pub type __le16 = __u16;
pub type __be16 = __u16;
pub type __le32 = __u32;
Expand Down

0 comments on commit 4610660

Please sign in to comment.