Ignore:
Timestamp:
2010-11-03T15:05:41Z (15 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d70a463
Parents:
af894a21
Message:

Old code removal

Completely removed old methods for communicating with HCD (the ones
that used callback phones). Now only methods using the async framework
are available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/bus/usb/hcd/virtual/vhcd.h

    raf894a21 r1d1f894  
    3737
    3838#define NAME "hcd-virt"
     39#define NAME_DEV "hcd-virt-dev"
    3940#define NAMESPACE "usb"
    4041
    41 #define DEVMAP_PATH NAMESPACE "/" NAME
     42#define DEVMAP_PATH_HC NAMESPACE "/" NAME
     43#define DEVMAP_PATH_DEV NAMESPACE "/" NAME_DEV
    4244
    4345extern int debug_level;
Note: See TracChangeset for help on using the changeset viewer.