summaryrefslogtreecommitdiff
path: root/example.c
Commit message (Collapse)AuthorAgeFilesLines
* Coding style cleanup: `for(...)' wants a space.Martin Mares2008-11-101-1/+1
|
* Example: Add lookup of names.Martin Mares2008-02-171-1/+6
|
* Example: Print device address including domain.Martin Mares2008-02-171-2/+2
|
* Example: always print the base addresses as longs.Martin Mares2008-02-171-1/+1
|
* Moved the example program from lib/example.c to example.c.Martin Mares2008-02-171-0/+32
Also, include it in the default targets, so that we always check that it builds correctly.