diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-06-08 18:43:18 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-06-08 18:43:18 +0300 |
| commit | dd10667c56b943c19436c6540946f9ad0f71d257 (patch) | |
| tree | 407bb9cea33344831c17347183303e8de0200b78 /docs/doxygen.conf | |
| parent | a8540ed5cc382ac71716b9978862e57edf274d77 (diff) | |
| download | kmi-dd10667c56b943c19436c6540946f9ad0f71d257.tar.gz kmi-dd10667c56b943c19436c6540946f9ad0f71d257.zip | |
add fast userspace return to do_ipc
Diffstat (limited to 'docs/doxygen.conf')
| -rw-r--r-- | docs/doxygen.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/doxygen.conf b/docs/doxygen.conf index 71a053c..3cb6ca3 100644 --- a/docs/doxygen.conf +++ b/docs/doxygen.conf @@ -2337,7 +2337,8 @@ INCLUDE_FILE_PATTERNS = PREDEFINED = DEBUG \ __GNUC__ \ riscv64 \ - riscv32 + riscv32 \ + ASSERT # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this # tag can be used to specify a list of macro names that should be expanded. The |
