On Monday 31 October 2005 12:00 pm, DJ Delorie wrote:

> Don't code to this yet, but if you want to think about how your driver
> would fit

> #ifndef _HID_H_
> #define _HID_H_

// It would help me out if you could wrap HID up with this:

#if defined(__cplusplus) && __cplusplus
 extern "C" {
#endif

/* Your HID structures go here. */

#if defined(__cplusplus) && __cplusplus
 }
#endif

> #endif

Reply via email to