28d7c4ac99
git-svn-id: svn://10.65.10.50/trunk@2648 c028cbd2-c16b-5b4b-a496-9718f37d4682
14 lines
208 B
C
Executable File
14 lines
208 B
C
Executable File
#ifndef __SC2400A_H
|
|
#define __SC2400A_H
|
|
|
|
#ifndef __SC2100A_H
|
|
#include "sc2100a.h"
|
|
#endif
|
|
|
|
#define F_DATALIMSOL 106
|
|
#define F_STAMPESP 107
|
|
#define F_IMPORMIN 108
|
|
#define F_RIFIMPMIN 109
|
|
|
|
#endif
|