1.. SPDX-License-Identifier: GPL-2.0-or-later 2.. Copyright (c) Linux Test Project, 2024 3 4.. Include headers in this file with: 5.. .. kernel-doc:: ../../include/tst_test.h 6 7Developing using C API 8====================== 9 10Core LTP API 11------------ 12 13.. kernel-doc:: ../../include/tst_res_flags.h 14.. kernel-doc:: ../../include/tst_test.h 15.. kernel-doc:: ../../include/tst_kernel.h 16 17Option parsing 18-------------- 19 20.. kernel-doc:: ../../include/tst_parse.h 21 22Guarded buffers 23--------------- 24 25.. kernel-doc:: ../../include/tst_buffers.h 26 27Checkpoints 28----------- 29 30.. kernel-doc:: ../../include/tst_checkpoint.h 31 32Capabilities 33------------ 34 35.. kernel-doc:: ../../include/tst_capability.h 36 37libltpswap 38---------- 39.. kernel-doc:: ../../include/libswap.h 40