21 lines · plain
1.. SPDX-License-Identifier: GPL-2.02 3=============4API Reference5=============6 7Kernel space programs can use every feature of DAMON using below APIs. All you8need to do is including ``damon.h``, which is located in ``include/linux/`` of9the source tree.10 11Structures12==========13 14.. kernel-doc:: include/linux/damon.h15 16 17Functions18=========19 20.. kernel-doc:: mm/damon/core.c21