Commit 70275063 authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman
Browse files

Staging: comedi: Remove str_ADDIDATA_RTDStruct typedef in addi-data/hwdrv_apci3200

parent 0a4de47b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -93,11 +93,11 @@ static const struct comedi_lrange range_apci3300_ai = { 4, {
#define MAX_MODULE				4
//END JK 21.10.2004: APCI-3200 / APCI-3300 Reading of EEPROM values

typedef struct {
struct str_ADDIDATA_RTDStruct {
	unsigned int ul_NumberOfValue;
	unsigned int *pul_ResistanceValue;
	unsigned int *pul_TemperatureValue;
} str_ADDIDATA_RTDStruct, *pstr_ADDIDATA_RTDStruct;
};

//BEGIN JK 21.10.2004: APCI-3200 / APCI-3300 Reading of EEPROM values
struct str_Module {