10 lines
296 B
C
10 lines
296 B
C
|
|
/*
|
||
|
|
* Copyright (c) CompanyNameMagicTag 2012-2019. All rights reserved.
|
||
|
|
* Description: Network interface, implementation of other interfaces of the system. sal_dev_misc.c code
|
||
|
|
* Author: CompanyName
|
||
|
|
* Create: 2012-07-14
|
||
|
|
*/
|
||
|
|
#ifndef __SAL_DEV_MISC_H__
|
||
|
|
#define __SAL_DEV_MISC_H__
|
||
|
|
|
||
|
|
#endif
|