|
@@ -7,8 +7,7 @@
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
* published by the Free Software Foundation.
|
|
- *
|
|
|
|
- * */
|
|
|
|
|
|
+ */
|
|
|
|
|
|
#ifndef HMC5843_CORE_H
|
|
#ifndef HMC5843_CORE_H
|
|
#define HMC5843_CORE_H
|
|
#define HMC5843_CORE_H
|
|
@@ -38,7 +37,7 @@ enum hmc5843_ids {
|
|
* @regmap: hardware access register maps
|
|
* @regmap: hardware access register maps
|
|
* @variant: describe chip variants
|
|
* @variant: describe chip variants
|
|
* @buffer: 3x 16-bit channels + padding + 64-bit timestamp
|
|
* @buffer: 3x 16-bit channels + padding + 64-bit timestamp
|
|
- **/
|
|
|
|
|
|
+ */
|
|
struct hmc5843_data {
|
|
struct hmc5843_data {
|
|
struct device *dev;
|
|
struct device *dev;
|
|
struct mutex lock;
|
|
struct mutex lock;
|