blob: 929fc1f7d629845f2d962b59f05fc3f3402b0249 (
plain)
1
2
3
4
5
6
7
8
|
//! @namespace kapi
//! The Kernel/Platform API
//!
//! This namespace defines the interface between the platform independent kernel and each supported platform.
//! @defgroup kapi-kernel-defined Kernel-defined API
//! @defgroup kapi-platform-defined Platform-defined API
|