Beginning of a crypto/ subsystem from Max Neklyudov

This commit is contained in:
Gregory Nutt 2014-07-03 07:42:44 -06:00
parent 4c03534f9c
commit 1c0054114e

View File

@ -194,6 +194,14 @@ void up_initialize(void)
devnull_register(); /* Standard /dev/null */
#endif
#if defined(CONFIG_CRYPTO)
up_cryptoinitialize();
#endif
#if defined(CONFIG_CRYPTO_CRYPTODEV)
devcrypto_register(); /* /dev/crypto */
#endif
#if defined(CONFIG_DEV_ZERO)
devzero_register(); /* Standard /dev/zero */
#endif