Private
Public Access
2
0

maa: change the linking of maa and make gpio functions match maa_ spec

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-27 23:11:31 +01:00
parent a28d538321
commit ed0a1f6085
14 changed files with 79 additions and 57 deletions

View File

@@ -21,6 +21,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include "maa.h"
#include "gpio.h"
typedef struct {
@@ -30,7 +32,7 @@ typedef struct {
gpio_t gpio;
} i2c_t;
int maa_i2c_init(i2c_t* dev);
maa_result_t maa_i2c_init(i2c_t* dev);
/** Set the frequency of the I2C interface
*