| 123456789101112131415161718 |
- #ifndef _CFG_AES_H_
- #define _CFG_AES_H_
- /*!
- * \file cfg/aes.h
- * \brief AES configuration.
- *
- * When using the Configurator, a file with the same name may be created in the
- * build tree, which replaces this file.
- *
- * \verbatim
- *
- * $Id: aes.h $
- *
- * \endverbatim
- */
- #endif
|