processor_gui
interface is implemented by
processors that support displays in the Simics native GUI. It is
only registered to indicate support for the displays, and does not
contain any actual functionality.
SIM_INTERFACE(processor_gui) { void (*dummy)(conf_object_t *obj); }; #define PROCESSOR_GUI_INTERFACE "processor_gui"