fxBoot/src/hypervisor/config.c

17 lines
377 B
C

//---
// fxBoot:hypervisor:config - Configuration interface
//---
#include "fxBoot/hypervisor.h"
//---
// User API
//---
/* hypervisor_wswitch_config(): Try to configure the hypervisor wswitch part */
int hypervisor_config(int config, ...)
{
//TODO: key remap.
//TODO: return behvious to hypervisor interface.
//TODO: remap hypervisor interface key combos
(void)config;
}