mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 03:28:19 +01:00
update:add luckfox-pico Ultra support
This commit is contained in:
committed by
luckfox-eng33
parent
1e160dee55
commit
d3153ac97e
25
sysdrv/drv_ko/wifi/aic8800dc/aic8800_fdrv/ipc_compat.h
Executable file
25
sysdrv/drv_ko/wifi/aic8800dc/aic8800_fdrv/ipc_compat.h
Executable file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
****************************************************************************************
|
||||
*
|
||||
* @file ipc_compat.h
|
||||
*
|
||||
* Copyright (C) RivieraWaves 2011-2019
|
||||
*
|
||||
****************************************************************************************
|
||||
*/
|
||||
|
||||
#ifndef _IPC_H_
|
||||
#define _IPC_H_
|
||||
|
||||
#define __INLINE inline
|
||||
|
||||
#define __ALIGN4 __aligned(4)
|
||||
|
||||
#define ASSERT_ERR(condition) \
|
||||
do { \
|
||||
if (unlikely(!(condition))) { \
|
||||
printk(KERN_ERR "%s:%d:ASSERT_ERR(" #condition ")\n", __FILE__, __LINE__); \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
#endif /* _IPC_H_ */
|
||||
Reference in New Issue
Block a user