18#ifndef __KERNEL_SUPPORT_H
19#define __KERNEL_SUPPORT_H
C void __cxa_pure_virtual()
Unknown function, required by g++.
void(* CTOR_LIST)()
Constructor list.
C void destructors()
Invokes function pointers inside the .dtors section.
C void constructors()
Invokes all function pointers inside the .ctors section.
void(* DTOR_LIST)()
Destructor list.
#define C
Used to define external C functions.