Rust XHCI scaffolding

This commit is contained in:
Drew 2025-05-18 19:11:52 -07:00
parent 1a48911745
commit b9cd550a63
13 changed files with 59 additions and 31 deletions

View file

@ -1,8 +0,0 @@
#![no_std]
#![feature(box_into_inner)]
use core::include;
include!(concat!(env!("OUT_DIR"), "/yunq.rs"));
pub mod listener;