aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SAMA/LLD/CRYPTOv1/sama_crypto_lld.h
diff options
context:
space:
mode:
authorisiora <none@example.com>2017-11-14 15:38:08 +0000
committerisiora <none@example.com>2017-11-14 15:38:08 +0000
commitb23efdc7b374e48646053d914f3d26540af93caf (patch)
treeb5982ea51191d505706af3f7ed83d065239bba4c /os/hal/ports/SAMA/LLD/CRYPTOv1/sama_crypto_lld.h
parente92cffa204cefb840ffa4a07feb7122fba1cd012 (diff)
downloadChibiOS-b23efdc7b374e48646053d914f3d26540af93caf.tar.gz
ChibiOS-b23efdc7b374e48646053d914f3d26540af93caf.tar.bz2
ChibiOS-b23efdc7b374e48646053d914f3d26540af93caf.zip
Wrapped with the halconf USE macro.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11000 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/SAMA/LLD/CRYPTOv1/sama_crypto_lld.h')
-rw-r--r--os/hal/ports/SAMA/LLD/CRYPTOv1/sama_crypto_lld.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/os/hal/ports/SAMA/LLD/CRYPTOv1/sama_crypto_lld.h b/os/hal/ports/SAMA/LLD/CRYPTOv1/sama_crypto_lld.h
index 734fad25b..5636d32b3 100644
--- a/os/hal/ports/SAMA/LLD/CRYPTOv1/sama_crypto_lld.h
+++ b/os/hal/ports/SAMA/LLD/CRYPTOv1/sama_crypto_lld.h
@@ -16,6 +16,8 @@
#ifndef SAMA_CRYPTO_LLD_H_
#define SAMA_CRYPTO_LLD_H_
+#if HAL_USE_CRY || defined(__DOXYGEN__)
+
extern void samaCryptoDriverInit(CRYDriver *cryp);
extern void samaCryptoDriverStart(CRYDriver *cryp);
extern void samaCryptoDriverStop(CRYDriver *cryp);
@@ -50,5 +52,8 @@ extern uint32_t key0_buffer[HAL_CRY_MAX_KEY_SIZE/4];
#include "sama_aes_lld.h"
#include "sama_tdes_lld.h"
+#endif /* HAL_USE_CRY */
#endif //SAMA_CRYPTO_LLD_H_
+
+/** @} */