Add file descriptions to kernel space headers

This commit is contained in:
Sebastian Huber
2022-05-18 10:00:12 +02:00
parent b9926483b1
commit f49ef6b6cb
9 changed files with 53 additions and 3 deletions

View File

@@ -32,6 +32,13 @@
* $FreeBSD: head/sys/sys/uio.h 331621 2018-03-27 15:20:03Z brooks $
*/
/**
* @file
*
* @brief This header file provides device driver I/O definitions for the
* kernel space (_KERNEL is defined before including <sys/uio.h>).
*/
#if !defined(_SYS_UIO_H_) || !defined(_KERNEL)
#error "must be included via <sys/uio.h> in kernel space"
#endif