starry-kernel 0.5.11

A Linux-compatible OS kernel built on ArceOS unikernel
Documentation
1
2
3
4
5
6
7
8
//! TPU 字符设备 OS 适配层
//!
//! 硬件层位于 `sg2002-tpu` crate 中;本模块仅负责把 ioctl 解析到底层
//! `Sg2002Tpu` API。

mod device;

pub use device::TpuDevice;