1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

The Great ATSPI Renaming, part 5: rename "struct atspi_driver" to "atrf_driver"

- lib/driver.h: rename "struct atspi_driver" to "struct atrf_driver"
- lib/atrf.c, lib/atusb.c, lib/atusd.c: track above change
This commit is contained in:
Werner Almesberger
2010-11-11 09:04:36 -03:00
parent cf23ac6128
commit 688df9771d
4 changed files with 8 additions and 8 deletions

View File

@@ -314,7 +314,7 @@ static int atusd_interrupt(void *handle)
/* ----- Driver interface -------------------------------------------------- */
struct atspi_driver atusd_driver = {
struct atrf_driver atusd_driver = {
.name = "uSD",
.open = atusd_open,
.close = atusd_close,