
libhardware 0.5.0
=================

libhardware is a static library used in many utilities that are part
of the AGX's GNU/Linux distribution "Bad Penguin". It provides functions
to access information about the hardware of your system.

* Before to install this you need libbadpenguin from www.badpenguin.org *



Features
--------
- enumerate all the PCI devices
- enumerate all the EIDE disks and cdroms
- enumerate all the SCSI disks and cdroms
- enumerate all the EIDE/SCSI disk partitions


Functions to probe devices
==========================
- query_pci_devices();		// get PCI devices vendor and model codes
- query_eide_devices();		// get EIDE disks and cdroms
- query_scsi_devices();		// get SCSI disks, cdroms and tapes

TODO see the header file and the examples