OpenSS7
SS7 for the
Common Man

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified:

Home Overview Status News Documentation Resources About
   
 Overview
 Status
 News
 Documentation
 Resources
 About

   
Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> usr/include/linux/isdn/tpam.h


File /code/usr/include/linux/isdn/tpam.h



#ifndef _TPAM_H_
#define _TPAM_H_

#include <linux/types.h>
#include <linux/pci.h>

/* IOCTL commands */
#define TPAM_CMD_DSPLOAD	0x0001
#define TPAM_CMD_DSPSAVE	0x0002
#define TPAM_CMD_DSPRUN		0x0003
#define TPAM_CMD_LOOPMODEON	0x0004
#define TPAM_CMD_LOOPMODEOFF	0x0005

/* addresses of debug information zones on board */
#define TPAM_TRAPAUDIT_REGISTER		0x005493e4
#define TPAM_NCOAUDIT_REGISTER		0x00500000
#define TPAM_MSGAUDIT_REGISTER		0x008E30F0

/* length of debug information zones on board */
#define TPAM_TRAPAUDIT_LENGTH		10000
#define TPAM_NCOAUDIT_LENGTH		300000
#define TPAM_NCOAUDIT_COUNT		30
#define TPAM_MSGAUDIT_LENGTH		60000

/* IOCTL load/save parameter */
typedef struct tpam_dsp_ioctl {
	__u32 address;	/* address to load/save data */
	__u32 data_len;	/* size of data to be loaded/saved */
	__u8 data[0];	/* data */
} tpam_dsp_ioctl;

#endif /* _TPAM_H_ */


Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> usr/include/linux/isdn/tpam.h

OpenSS7
SS7 for the
Common Man
Home Overview Status News Documentation Resources About

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified: