This file is indexed.

/usr/include/ACS38DrvTools.h is in libacr38ucontrol-dev 1.7.11-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef	__SCARDTOOLS_H__
#define	__SCARDTOOLS_H__

#include <winscard.h>

typedef enum
{
	ACS38DRV_CARD_TYPE_MCU			= 0x0,
	ACS38DRV_CARD_TYPE_1K_16K		= 0x1,
	ACS38DRV_CARD_TYPE_32K_1024K	= 0x2,
	ACS38DRV_CARD_TYPE_AT88SC153	= 0x03,
	ACS38DRV_CARD_TYPE_AT88SC1608	= 0x04,
	ACS38DRV_CARD_TYPE_SLE4418_4428	= 0x05,
	ACS38DRV_CARD_TYPE_SLE4432_4442	= 0x06,
	ACS38DRV_CARD_TYPE_MCU_T0		= 0x0C,
	ACS38DRV_CARD_TYPE_MCU_T1		= 0x0D
} ACS38DRV_CARD_TYPE;

LONG
ACS38DrvSetCardType(
		SCARDCONTEXT		scardContext,
		const char*			readerName,
		ACS38DRV_CARD_TYPE	cardType);

#endif	/* __SCARDTOOLS_H__ */