blob: 08f34df45523a6e3a747d54baa4f03ce743a8f56 [file] [log] [blame]
SeongJae Parkc4ba6012021-09-07 19:57:05 -07001.. SPDX-License-Identifier: GPL-2.0
2
3=============
4API Reference
5=============
6
7Kernel space programs can use every feature of DAMON using below APIs. All you
8need to do is including ``damon.h``, which is located in ``include/linux/`` of
9the source tree.
10
11Structures
12==========
13
14.. kernel-doc:: include/linux/damon.h
15
16
17Functions
18=========
19
20.. kernel-doc:: mm/damon/core.c