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

@@ -6,6 +6,7 @@ private_headers = [
'aeslib.h',
'assembling.h',
'fp_internal.h',
'nbis-helpers.h',
'fpi-async.h',
'fpi-data.h',