Convert pci_device_write_u* funtions to take a value instead of a pointer.
authorIan Romanick <idr@us.ibm.com>
Mon, 15 Jan 2007 19:18:19 +0000 (11:18 -0800)
committerIan Romanick <idr@us.ibm.com>
Mon, 15 Jan 2007 19:18:19 +0000 (11:18 -0800)
commit37ce43c1804bad9c52b8316eaefd3a57b670ee29
treee3f11f08d2ca0b462a395c45d804f789970ee40b
parentc65aa7630802c8dfcc06a20e515ace31ab0d0e48
Convert pci_device_write_u* funtions to take a value instead of a pointer.

At anholt's request, the pci_device_write_u* functions have been
converted to take the value to be written as a parameter instead of a
pointer to the value.

Bump the version to 0.8.0.
configure.ac
include/pciaccess.h
src/Makefile.am
src/common_interface.c