cleanup: Remove fp_internal.h and update drivers_api.h

Remove the uneeded internal API, as we can now include each header directly
if needed, while move the assembling stuff to the drivers API.
This commit is contained in:
Marco Trevisan (Treviño)
2019-12-16 20:37:15 +01:00
parent 806ad10673
commit 10945f8546
5 changed files with 9 additions and 36 deletions

View File

@@ -19,13 +19,11 @@
#define FP_COMPONENT "aeslib"
#include "fp_internal.h"
#include "drivers_api.h"
#include <errno.h>
#include <string.h>
#include "fpi-usb-transfer.h"
#include "fpi-assembling.h"
#include "aeslib.h"
#define MAX_REGWRITES_PER_REQUEST 16