if (request_mem_region(info->phys_statctrl_base + info->statctrl_offset,SCA_REG_SIZE,"synclinkmp") == NULL) {
#define VERSION(ver,rel,seq) (((ver)<<16) | ((rel)<<8) | (seq))
# define BREAKPOINT() asm(" int $3");
# define BREAKPOINT() { }
#include <linux/module.h>
#include <linux/signal.h>
#include <linux/interrupt.h>
#include <linux/tty_flip.h>
#include <linux/serial.h>
#include <linux/string.h>
#include <linux/ptrace.h>
#include <linux/ioport.h>
#include <linux/seq_file.h>
#include <linux/netdevice.h>
#include <linux/vmalloc.h>
#include <linux/bitops.h>
#include <linux/termios.h>
#include <linux/workqueue.h>
#include <linux/synclink.h>
#if defined(CONFIG_HDLC) || (defined(CONFIG_HDLC_MODULE) && defined(CONFIG_SYNCLINKMP_MODULE))
#define SYNCLINK_GENERIC_HDLC 1
#define SYNCLINK_GENERIC_HDLC 0
#define GET_USER(error,value,addr) error = get_user(value,addr)
#define COPY_FROM_USER(error,dest,src,size) error = copy_from_user(dest,src,size) ? -EFAULT : 0
#define PUT_USER(error,value,addr) error = put_user(value,addr)
#define COPY_TO_USER(error,dest,src,size) error = copy_to_user(dest,src,size) ? -EFAULT : 0
#include <linux/uaccess.h>
static MGSL_PARAMS default_params = {
HDLC_FLAG_UNDERRUN_ABORT15,
HDLC_ENCODING_NRZI_SPACE,
HDLC_PREAMBLE_LENGTH_8BITS,