Commit 76dfcdd4 authored by Alessandro Rubini's avatar Alessandro Rubini

userspace/include: move fan.h to libwr/

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 121fd855
#ifndef __FAN_H #ifndef __LIBWR_FAN_H
#define __FAN_H #define __LIBWR_FAN_H
#define SHW_FAN_UPDATETO_DEFAULT 5 #define SHW_FAN_UPDATETO_DEFAULT 5
...@@ -7,4 +7,4 @@ ...@@ -7,4 +7,4 @@
int shw_init_fans(); int shw_init_fans();
void shw_update_fans(); void shw_update_fans();
#endif #endif /* __LIBWR_FAN_H */
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include "pio.h" #include "pio.h"
#include "trace.h" #include "trace.h"
#include "pps_gen.h" #include "pps_gen.h"
#include "fan.h" #include <libwr/fan.h>
/* Some global, very important constants */ /* Some global, very important constants */
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <trace.h> #include <trace.h>
#include <pio.h> #include <pio.h>
#include <fan.h> #include <libwr/fan.h>
#include <at91_softpwm.h> #include <at91_softpwm.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment