mirror of
https://github.com/plappermaul/realtek-doc.git
synced 2025-12-10 07:44:41 +01:00
25 lines
657 B
C
25 lines
657 B
C
#ifndef __DAL_APOLLOMP_H_
|
|
#define __DAL_APOLLOMP_H_
|
|
|
|
#include <common/rt_type.h>
|
|
#include <common/rt_error.h>
|
|
#include <common/util/rt_bitop.h>
|
|
#include <common/util/rt_util.h>
|
|
#include <common/debug/rt_log.h>
|
|
#include <osal/memory.h>
|
|
#include <hal/chipdef/allmem.h>
|
|
#include <hal/chipdef/allreg.h>
|
|
#include <hal/chipdef/apollomp/rtk_apollomp_table_struct.h>
|
|
#include <hal/chipdef/apollomp/rtk_apollomp_reg_struct.h>
|
|
#include <hal/mac/mem.h>
|
|
#include <hal/mac/reg.h>
|
|
#include <hal/mac/drv.h>
|
|
#include <hal/common/halctrl.h>
|
|
#include <hal/chipdef/apollomp/apollomp_def.h>
|
|
|
|
#include <dal/dal_common.h>
|
|
|
|
#include <rtk/default.h>
|
|
|
|
#endif /*__DAL_APOLLOMP_H_*/
|
|
|