freebsd_libgeom_sys/
fakes.rs

1//! Fake definitions good enough to cross-build freebsd-libgeom's docs
2//!
3//! docs.rs does all of its builds on Linux, so the usual build script fails.
4//! As a workaround, we skip the usual build script when doing cross-builds, and
5//! define these stubs instead.
6pub struct devstat();
7pub struct gident();
8pub struct gmesh();
9#[allow(dead_code)]
10#[derive(Copy, Clone)]
11pub struct timespec(i32);