Alan Coopersmith wrote: > Garrett D'Amore wrote: > >> These days with CTF they are completely unnecessary. >> > > CTF is Consolidation Private, and only available to things built in > the ON consolidation, so it's not a useful replacement for anything. > > The drivers that are built in ON don't need to expose their header files, though. For example, what use is exposing a header file for afe? Approximately zero. So its not delivered. If you want to look at the internals, grab the full source code, instead of just a header file
If you want to try to debug it, you can still use macros like $<afe in kmdb, thanks to CTF. - Garrett