mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
place. This moves the dependency on GCC's and other compiler's features into the central sys/cdefs.h file, while the individual source files can then refer to #ifdef __COMPILER_FEATURE_FOO where they by now used to refer to #if __GNUC__ > 3.1415 && __BARC__ <= 42. By now, GCC and ICC (the Intel compiler) have been actively tested on IA32 platforms by netchild. Extension to other compilers is supposed to be possible, of course. Submitted by: netchild Reviewed by: various developers on arch@, some time ago |
||
|---|---|---|
| .. | ||
| DriverManual.txt | ||
| Hardware.txt | ||
| isp.c | ||
| isp_freebsd.c | ||
| isp_freebsd.h | ||
| isp_inline.h | ||
| isp_ioctl.h | ||
| isp_pci.c | ||
| isp_sbus.c | ||
| isp_target.c | ||
| isp_target.h | ||
| isp_tpublic.h | ||
| ispmbox.h | ||
| ispreg.h | ||
| ispvar.h | ||