Changeset ac307b2 in mainline for uspace/lib/drv/generic/dev_iface.c


Ignore:
Timestamp:
2017-11-25T11:12:23Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
98cb5e0d
Parents:
f571ca49 (diff), 0851a3d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into callcaps

File:
1 edited

Legend:

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

    rf571ca49 rac307b2  
    4242#include "remote_hw_res.h"
    4343#include "remote_pio_window.h"
    44 #include "remote_char_dev.h"
    4544#include "remote_clock_dev.h"
    4645#include "remote_led_dev.h"
     
    6261                [HW_RES_DEV_IFACE] = &remote_hw_res_iface,
    6362                [PIO_WINDOW_DEV_IFACE] = &remote_pio_window_iface,
    64                 [CHAR_DEV_IFACE] = &remote_char_dev_iface,
    6563                [NIC_DEV_IFACE] = &remote_nic_iface,
    6664                [IEEE80211_DEV_IFACE] = &remote_ieee80211_iface,
Note: See TracChangeset for help on using the changeset viewer.