~vojtech-horky/helenos/usb

« back to all changes in this revision

Viewing changes to uspace/drv/uhci/main.c

  • Committer: Vojtech Horky
  • Date: 2011-06-18 20:03:41 UTC
  • Revision ID: vojtechhorky@users.sourceforge.net-20110618200341-zjrr1vcae3h1x4m5
Driver renaming

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
#include "uhci.h"
42
42
 
43
 
#define NAME "uhci_hcd"
 
43
#define NAME "uhci"
44
44
 
45
45
static int uhci_add_device(ddf_dev_t *device);
46
46
/*----------------------------------------------------------------------------*/