Skip to content

Commit 1b1be8f

Browse files
committed
Fix #108 - ioctl bindings for ppc64BE
1 parent 918047f commit 1b1be8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/linux/ioctl_powerpc64be.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/* automatically generated by rust-bindgen */
2+
3+
pub type __u32 = ::std::os::raw::c_uint;
4+
pub const _HIDIOCGRDESCSIZE: __u32 = 1074022401;
5+
pub const _HIDIOCGRDESC: __u32 = 1342457858;

0 commit comments

Comments
 (0)