secgateway/Product/common/common.h

9 lines
186 B
C
Raw Normal View History

#ifndef _COMMON_H
#define _COMMON_H
#define DEBUG_CODE_LINE() (printk(KERN_ERR "%s(%d)\n", __FUNCTION__, __LINE__))
#define MAX_NAME_LEN (32)
#define MAX_PATH (256)
#endif