Ignore:
File:
1 edited

Legend:

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

    r8e4a408 r1e94e09  
    4545#include "remote_led_dev.h"
    4646#include "remote_battery_dev.h"
     47#include "remote_graph_dev.h"
    4748#include "remote_nic.h"
    4849#include "remote_usb.h"
     
    6162                [PIO_WINDOW_DEV_IFACE] = &remote_pio_window_iface,
    6263                [CHAR_DEV_IFACE] = &remote_char_dev_iface,
     64                [GRAPH_DEV_IFACE] = &remote_graph_dev_iface,
    6365                [NIC_DEV_IFACE] = &remote_nic_iface,
    6466                [PCI_DEV_IFACE] = &remote_pci_iface,
Note: See TracChangeset for help on using the changeset viewer.