Ignore:
Timestamp:
2010-04-30T14:13:41Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f658458
Parents:
dafe675
Message:

backup (unstable)

File:
1 edited

Legend:

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

    rdafe675 r25a7e11d  
    3838#include "dev_iface.h"
    3939#include "remote_res.h"
     40#include "remote_char.h"
    4041 
    4142static iface_dipatch_table_t remote_ifaces = {
    4243        .ifaces = {
    43                 &remote_res_iface
     44                &remote_res_iface,
     45                &remote_char_iface
    4446        }
    4547};
Note: See TracChangeset for help on using the changeset viewer.