mirror of
https://github.com/mbilker/vgpu_unlock-rs.git
synced 2026-01-17 11:57:00 +01:00
5 lines
229 B
Rust
5 lines
229 B
Rust
use std::os::raw::c_ulong;
|
|
|
|
/// Pulled from https://github.com/NVIDIA/open-gpu-kernel-modules/blob/d8f3bcff924776518f1e63286537c3cf365289ac/kernel-open/common/inc/nv-ioctl-numbers.h
|
|
pub const NV_IOCTL_MAGIC: c_ulong = b'F' as _;
|