/usr/include/freehdl/kernel-classes.hh is in libfreehdl0-dev 0.0.7-1.2ubuntu1.
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 | #ifndef FREEHDL_KERNEL_CLASSES_H
#define FREEHDL_CLASSES_H
class process_base;
class acl;
class reader_info;
class sig_info_base;
class kernel_class;
class driver_info;
class wait_info;
class user_interface;
#endif
|