Changeset 8930624 in mainline


Ignore:
Timestamp:
2012-09-16T11:19:44Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fedac2f
Parents:
3322d95
Message:

Add the remote_battery_dev_iface to the remote interfaces list

File:
1 edited

Legend:

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

    r3322d95 r8930624  
    4242#include "remote_char_dev.h"
    4343#include "remote_clock_dev.h"
     44#include "remote_battery_dev.h"
    4445#include "remote_graph_dev.h"
    4546#include "remote_nic.h"
     
    6162                &remote_usbhid_iface,
    6263                &remote_clock_dev_iface,
     64                &remote_battery_dev_iface,
    6365                &remote_ahci_iface
    6466        }
Note: See TracChangeset for help on using the changeset viewer.