This file is indexed.

/usr/share/sdcc/include/pic16/pic18f86j55.h is in sdcc-libraries 2.9.0-5.

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
/*
 * pic18f86j55.h - device specific declarations
 */

#ifndef __PIC18F86J55_H__
#define __PIC18F86J55_H__ 1

#include "pic18f87j50.h"

#undef __CONFIG1L
#undef __CONFIG1H
#undef __CONFIG2L
#undef __CONFIG2H
#undef __CONFIG3L
#undef __CONFIG3H

// Configuration Bits
#define	__CONFIG1L          	0x17FF8
#define	__CONFIG1H          	0x17FF9
#define	__CONFIG2L          	0x17FFA
#define	__CONFIG2H          	0x17FFB
#define	__CONFIG3L          	0x17FFC
#define	__CONFIG3H          	0x17FFD

#endif