Ignore:
Timestamp:
2010-11-21T09:22:41Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f8c1f7
Parents:
32eceb4f
Message:

Rename USB interface to USBHC

USB devices themselves could have their own interface for some
general querying. This name thus seems more apropriate.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/remote_usbhc.h

    r32eceb4f rcb59f787  
    3333 */
    3434
    35 #ifndef LIBDRV_REMOTE_USB_H_
    36 #define LIBDRV_REMOTE_USB_H_
     35#ifndef LIBDRV_REMOTE_USBHC_H_
     36#define LIBDRV_REMOTE_USBHC_H_
    3737
    38 remote_iface_t remote_usb_iface;
     38remote_iface_t remote_usbhc_iface;
    3939
    4040#endif
Note: See TracChangeset for help on using the changeset viewer.