PMPlib device API
[PMPlib APIs]

PMPlib Device API is the root interface to a driver. More...

Data Structures

struct  pmp_device_description_t
 PMP device decription. More...
struct  pmp_device_information_t
 PMP device environment. More...
struct  tag_pmp_t
 The root interface for portable media device. More...

Defines

#define PMP_DECLSIZE   (128)
 Maximum size, in chars, of a device description.
#define PMP_DECLUNAVAIL   ("***")
 Unavailable field of a device description.

Detailed Description

PMPlib Device API is the root interface to a driver.


Define Documentation

#define PMP_DECLSIZE   (128)

Maximum size, in chars, of a device description.

Definition at line 164 of file pmp.h.

#define PMP_DECLUNAVAIL   ("***")

Unavailable field of a device description.

Definition at line 166 of file pmp.h.