_ram_call_addr Function (Macro)

doors.h

#define _ram_call_addr(ind) (&_RAM_CALL_##ind)

Performs a kernel-mode RAM call.

_ram_call_addr returns a void pointer to the location in memory defined by the kernel as RAM call ind.