Ignore:
Timestamp:
2010-05-12T08:26:21Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
08d9525a
Parents:
ab1aa871
Message:

Backout the introduction of the ioctl interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libdrv/generic/dev_iface.c

    rab1aa871 rf031713  
    3939#include "remote_res.h"
    4040#include "remote_char.h"
    41 #include "remote_ioctl.h"
    4241 
    4342static iface_dipatch_table_t remote_ifaces = {
    4443        .ifaces = {
    4544                &remote_res_iface,
    46                 &remote_char_iface,
    47                 &remote_ioctl_iface
     45                &remote_char_iface
    4846        }
    4947};
Note: See TracChangeset for help on using the changeset viewer.