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

Made the libatspi API driver-agnostic.

- tools/include/atspi.h: API is now driver-independent
- tools/lib/driver.h: API between driver and frontend
- tools/lib/atspi.c: renamed to atusb.c and updated for driver API
- tools/lib/atspi.c: frontend functions for the driver API
- tools/lib/Makefile: added atusb.o
This commit is contained in:
Werner Almesberger
2010-09-05 18:59:42 -03:00
parent 36e73c4abb
commit e2b2df2e31
5 changed files with 286 additions and 137 deletions

View File

@@ -16,7 +16,7 @@ F32XBASE = ../../../f32xbase
LIB = libatspi.a
CFLAGS = -Wall -I$(F32XBASE)/include -I../../atrf/fw/include -I../include
OBJS = $(F32XBASE)/lib/usb.o atspi.o
OBJS = $(F32XBASE)/lib/usb.o atspi.o atusb.o
.PHONY: all clean spotless