General
General-purpose kernel-space declarations.
These basic declarations are available to Cuddl kernel drivers.
This part of the API is only applicable to kernel-space code.
-
CUDDLK_MAX_STR_LEN
Maximum allowed length for Cuddl kernel string variables.
This is equivalent to
CUDDL_MAX_STR_LEN, butCUDDLK_MAX_STR_LENis used in kernel code to keep the notation consistent.
-
type cuddlk_size_t
Kernel type used to represent a count of bytes.
Description
This will be equivalent to size_t on POSIX systems. This is also
equivalent to cuddl_size_t, but cuddlk_size_t is used in kernel
code to keep the notation consistent.