/usr/share/sdcc/include/serial390.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 | #ifndef SERIAL390_H
#define SERIAL390_H
#warning "Please use <tinibios.h> instead of <serial390.h>"
#include <tinibios.h>
#endif SERIAL390_H
|