Skip to content

Commit f734ebf

Browse files
committed
Add top-level documentation for Binder module.
1 parent 319a82d commit f734ebf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/android/rust_binder.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// SPDX-License-Identifier: GPL-2.0
22

3+
//! Binder -- the Android IPC mechanism.
4+
//!
5+
//! TODO: This module is a work in progress.
6+
37
#![no_std]
48
#![feature(global_asm, try_reserve, allocator_api, concat_idents)]
59

0 commit comments

Comments
 (0)