1 /*
2  *  Routines to access hardware
3  *
4  *  Copyright (c) 2013 Realtek Semiconductor Corp.
5  *
6  *  This module is a confidential and proprietary property of RealTek and
7  *  possession or use of this module requires written permission of RealTek.
8  */
9 
10 
11 #ifndef __HAL_CRYPTO_H__
12 #define __HAL_CRYPTO_H__
13 
14 #include "ameba_soc.h"
15 #include "basic_types.h"
16 
17 #endif /* __HAL_CRYPTO_H__ */
18 
19