#ifndef _HMC5883_INCLUDED #define _HMC5883_INCLUDED #include "deftypes.h" void qmc5883_print_all(const uchar *opts); void qmc5883_read_all(const uchar *opts); void qmc5883_read_one(const uchar *opts); void qmc5883_conf_set(const uchar *opts); #endif