Subversion Repositories Kolibri OS

Rev

Rev 3254 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3254 Rev 3256
Line 134... Line 134...
134
    sna = malloc(sizeof(struct sna));
134
    sna = malloc(sizeof(struct sna));
135
    if (sna == NULL)
135
    if (sna == NULL)
136
        return false;
136
        return false;
Line 137... Line 137...
137
 
137
 
138
    io.handle   = service;
138
    io.handle   = service;
139
    io.io_code  = SRV_GET_INFO;
139
    io.io_code  = SRV_GET_PCI_INFO;
140
    io.input    = &device;
140
    io.input    = &device;
141
    io.inp_size = sizeof(device);
141
    io.inp_size = sizeof(device);
142
    io.output   = NULL;
142
    io.output   = NULL;