Changeset ea6c838 in mainline for uspace/lib/drv
- Timestamp:
- 2012-07-17T08:26:49Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e6bba8f
- Parents:
- 950110ee
- Location:
- uspace/lib/drv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/Makefile
r950110ee rea6c838 29 29 30 30 USPACE_PREFIX = ../.. 31 EXTRA_CFLAGS = -Iinclude -I$(LIBUSB_PREFIX)/include 31 EXTRA_CFLAGS = -Iinclude -I$(LIBUSB_PREFIX)/include -I$(LIBPCM_PREFIX)/include 32 32 LIBRARY = libdrv 33 33 -
uspace/lib/drv/include/audio_pcm_iface.h
r950110ee rea6c838 40 40 #include <bool.h> 41 41 #include <loc.h> 42 #include <pcm _sample_format.h>42 #include <pcm/sample_format.h> 43 43 44 44 #include "ddf/driver.h"
Note:
See TracChangeset
for help on using the changeset viewer.