4 Model-to-Model Interfaces apic_bus
API Reference Manual  /  4 Model-to-Model Interfaces  / 

a20

Description
This interface is used between the A20 line handling device (typically the keyboard controller) and the x86 processor. The processor implements this interface and the keyboard controller calls it.

SIM_INTERFACE(a20) {
        void (*set_a20_line)(conf_object_t *NOTNULL obj, int value);
        int (*get_a20_line)(conf_object_t *NOTNULL obj);
};

#define A20_INTERFACE "a20"

Execution Context
Cell Context for all methods.

4 Model-to-Model Interfaces apic_bus