mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
10 lines
295 B
Rust
10 lines
295 B
Rust
// SPDX-License-Identifier: GPL-2.0
|
|||
|
|
|
||
|
|
//! Infrastructure for interfacing Rust code with C kernel subsystems.
|
||
|
|
//!
|
||
|
|
//! This module is intended for low-level, unsafe Rust infrastructure code
|
||
|
|
//! that interoperates between Rust and C. It is *not* for use directly in
|
||
|
|
//! Rust drivers.
|
||
|
|
|
||
|
|
pub mod list;
|