KernOS
ktypes.h File Reference
#include <common.h>
Include dependency graph for ktypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef uint64_t ptr_t
 
using func_ptr = void(*)()
 

Variables

const uint32_t SYSERR = -1
 

Typedef Documentation

◆ func_ptr

using func_ptr = void(*)()

Definition at line 16 of file ktypes.h.

◆ ptr_t

typedef uint64_t ptr_t

Definition at line 13 of file ktypes.h.

Variable Documentation

◆ SYSERR

const uint32_t SYSERR = -1

Definition at line 18 of file ktypes.h.