lib: Add helper for NBIS copy-paste library

This will allow us to segragate helper functions that we want to use
within NBIS. The first helper will be a macro checking for overflow in
multiplications.
This commit is contained in:
Bastien Nocera
2018-12-13 15:13:06 +01:00
parent db607c4a6f
commit 8a3a974ea3
4 changed files with 36 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
#include <glib.h>
#include <libusb.h>
#include "nbis-helpers.h"
#include "fprint.h"
#include "fpi-dev.h"
#include "fpi-core.h"