lib: Move fp_dev definition and helpers to separate header

This commit is contained in:
Bastien Nocera
2018-09-14 17:19:30 +02:00
parent d7af9a4498
commit 170da7fec1
6 changed files with 54 additions and 2 deletions

View File

@@ -29,6 +29,7 @@
#include "fprint.h"
#include "fpi-log.h"
#include "fpi-dev.h"
#include "drivers/driver_ids.h"
#define container_of(ptr, type, member) ({ \