/* * Copyright (C) 2012 Realtek Semiconductor Corp. * All Rights Reserved. * * This program is the proprietary software of Realtek Semiconductor * Corporation and/or its licensors, and only be used, duplicated, * modified or distributed under the authorized license from Realtek. * * ANY USE OF THE SOFTWARE OTHER THAN AS AUTHORIZED UNDER * THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. * * * * $Revision: 39101 $ * $Date: 2013-05-03 17:35:27 +0800 (Fri, 03 May 2013) $ * * Purpose : ACL SDK test case * * Feature : Provide the APIs to access ACL * */ #ifndef __DAL_CLASSF_TEST_CASE_H__ #define __DAL_CLASSF_TEST_CASE_H__ extern int32 dal_classf_rule_range_test(uint32 caseNo); extern int32 dal_classf_usAct_range_test(uint32 caseNo); extern int32 dal_classf_dsAct_range_test(uint32 caseNo); extern int32 dal_classf_misc_range_test(uint32 caseNo); extern int32 dal_classf_rule_test(uint32 caseNo); extern int32 dal_classf_action_test(uint32 caseNo); extern int32 dal_classf_entry_test(uint32 caseNo); extern int32 dal_classf_misc_test(uint32 caseNo); extern int32 dal_classf_test1(uint32 caseNo); #endif /* __DAL_CLASSF_TEST_CASE_H__ */