hook: remove hooks, move into branch.
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "common.h"
|
||||
#include "mraa_adv_func.h"
|
||||
#include "mraa_internal_types.h"
|
||||
|
||||
/** Setup gpio
|
||||
@@ -78,9 +77,3 @@ mraa_mmap_pin_t* mraa_setup_mmap_gpio(int pin);
|
||||
* @return out direction to setup. 1 for output 0 for input
|
||||
*/
|
||||
mraa_result_t mraa_swap_complex_gpio(int pin, int out);
|
||||
|
||||
/** Get the advance structure.
|
||||
*
|
||||
* @return struct containing internal advance information for hooks
|
||||
*/
|
||||
mraa_adv_func* mraa_get_advance();
|
||||
|
||||
Reference in New Issue
Block a user