mag_factory.h 237 B

12345678910111213141516
  1. #ifndef __MAG_FACTORY_H__
  2. #define __MAG_FACTORY_H__
  3. #include "mag.h"
  4. #include "cust_mag.h"
  5. extern struct mag_context *mag_context_obj;
  6. #define SETCALI 1
  7. #define CLRCALI 2
  8. #define GETCALI 3
  9. int mag_factory_device_init(void);
  10. #endif