コード例 #1
0
ファイル: DevFS.cpp プロジェクト: FFalcon/jbushOS
int DeviceFileDescriptor::Control(int command, void *buffer)
{
	return fDevice->Control(command, buffer);
}
コード例 #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);
}