This file is indexed.

/usr/include/freehdl/kernel-persistent-cdfg-dump.hh is in libfreehdl0-dev 0.0.8-2.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
#ifndef KERNEL_PERSISTENT_CDFG_DUMP_HH
#define KERNEL_PERSISTENT_CDFG_DUMP_HH
#define KERNEL 
#include <iostream>
#include <list>
#include <freehdl/std-vhdl-types.hh>
#include <freehdl/kernel-register.hh>
#include <freehdl/kernel-error.hh>
#include <freehdl/kernel-Xinfo-data-descriptor.hh>

//**********************************************************************************************
// Write CDFG design information into file using a lisp style syntax
//**********************************************************************************************
void 
write_cdfg_info_file(list<Xinfo_data_descriptor*> &xinfo_desc, ostream &os);


#endif