Ejemplo n.º 1
0
int DeviceFileDescriptor::Control(int command, void *buffer)
{
	return fDevice->Control(command, buffer);
}
Ejemplo n.º 2
0
static status_t
SiS19X_control(void* cookie, uint32 op, void* buffer, size_t length)
{
    Device* device = (Device*) cookie;
    return device->Control(op, buffer, length);
}