ReactOS 0.4.16-dev-1946-g52006dd
config.h File Reference
#include <uacpi/helpers.h>
#include <uacpi/log.h>
Include dependency graph for config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define UACPI_DEFAULT_LOG_LEVEL   UACPI_LOG_INFO
 
#define UACPI_DEFAULT_LOOP_TIMEOUT_SECONDS   30
 
#define UACPI_DEFAULT_MAX_CALL_STACK_DEPTH   256
 
#define UACPI_PLAIN_LOG_BUFFER_SIZE   128
 
#define UACPI_STATIC_TABLE_ARRAY_LEN   16
 

Functions

 UACPI_BUILD_BUG_ON_WITH_MSG (UACPI_DEFAULT_LOG_LEVEL< UACPI_LOG_ERROR||UACPI_DEFAULT_LOG_LEVEL > UACPI_LOG_DEBUG, "configured default log level is invalid")
 
 UACPI_BUILD_BUG_ON_WITH_MSG (UACPI_DEFAULT_LOOP_TIMEOUT_SECONDS< 1, "configured default loop timeout is invalid (expecting at least 1 second)")
 

Macro Definition Documentation

◆ UACPI_DEFAULT_LOG_LEVEL

#define UACPI_DEFAULT_LOG_LEVEL   UACPI_LOG_INFO

Definition at line 16 of file config.h.

◆ UACPI_DEFAULT_LOOP_TIMEOUT_SECONDS

#define UACPI_DEFAULT_LOOP_TIMEOUT_SECONDS   30

Definition at line 26 of file config.h.

◆ UACPI_DEFAULT_MAX_CALL_STACK_DEPTH

#define UACPI_DEFAULT_MAX_CALL_STACK_DEPTH   256

Definition at line 35 of file config.h.

◆ UACPI_PLAIN_LOG_BUFFER_SIZE

#define UACPI_PLAIN_LOG_BUFFER_SIZE   128

Definition at line 140 of file config.h.

◆ UACPI_STATIC_TABLE_ARRAY_LEN

#define UACPI_STATIC_TABLE_ARRAY_LEN   16

Definition at line 154 of file config.h.

Function Documentation

◆ UACPI_BUILD_BUG_ON_WITH_MSG() [1/2]

UACPI_BUILD_BUG_ON_WITH_MSG ( UACPI_DEFAULT_LOG_LEVEL< UACPI_LOG_ERROR||UACPI_DEFAULT_LOG_LEVEL UACPI_LOG_DEBUG,
"configured default log level is invalid"   
)

◆ UACPI_BUILD_BUG_ON_WITH_MSG() [2/2]

UACPI_BUILD_BUG_ON_WITH_MSG ( )