summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-12-23 18:18:56 +1100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-25 08:45:26 +0100
commit2afb22b7e1ebcbe40373ff7e0efae7d207c655a9 (patch)
tree44759efe9374f13200a97e96d91bd9a2b7e5ce2a /cpukit/include/rtems
parentMAINTAINERS: Add myself to Write After Approval. (diff)
downloadrtems-2afb22b7e1ebcbe40373ff7e0efae7d207c655a9.tar.bz2
Remove make preinstall
A speciality of the RTEMS build system was the make preinstall step. It copied header files from arbitrary locations into the build tree. The header files were included via the -Bsome/build/tree/path GCC command line option. This has at least seven problems: * The make preinstall step itself needs time and disk space. * Errors in header files show up in the build tree copy. This makes it hard for editors to open the right file to fix the error. * There is no clear relationship between source and build tree header files. This makes an audit of the build process difficult. * The visibility of all header files in the build tree makes it difficult to enforce API barriers. For example it is discouraged to use BSP-specifics in the cpukit. * An introduction of a new build system is difficult. * Include paths specified by the -B option are system headers. This may suppress warnings. * The parallel build had sporadic failures on some hosts. This patch removes the make preinstall step. All installed header files are moved to dedicated include directories in the source tree. Let @RTEMS_CPU@ be the target architecture, e.g. arm, powerpc, sparc, etc. Let @RTEMS_BSP_FAMILIY@ be a BSP family base directory, e.g. erc32, imx, qoriq, etc. The new cpukit include directories are: * cpukit/include * cpukit/score/cpu/@RTEMS_CPU@/include * cpukit/libnetworking The new BSP include directories are: * bsps/include * bsps/@RTEMS_CPU@/include * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILIY@/include There are build tree include directories for generated files. The include directory order favours the most general header file, e.g. it is not possible to override general header files via the include path order. The "bootstrap -p" option was removed. The new "bootstrap -H" option should be used to regenerate the "headers.am" files. Update #3254.
Diffstat (limited to '')
-rw-r--r--cpukit/include/rtems.h (renamed from cpukit/rtems/include/rtems.h)0
-rw-r--r--cpukit/include/rtems/assoc.h (renamed from cpukit/libcsupport/include/rtems/assoc.h)0
-rw-r--r--cpukit/include/rtems/bdbuf.h (renamed from cpukit/libblock/include/rtems/bdbuf.h)0
-rw-r--r--cpukit/include/rtems/bdpart.h (renamed from cpukit/libblock/include/rtems/bdpart.h)0
-rw-r--r--cpukit/include/rtems/blkdev.h (renamed from cpukit/libblock/include/rtems/blkdev.h)0
-rw-r--r--cpukit/include/rtems/bsd.h (renamed from cpukit/sapi/include/rtems/bsd.h)0
-rw-r--r--cpukit/include/rtems/bspcmdline.h (renamed from cpukit/libmisc/bspcmdline/bspcmdline.h)0
-rw-r--r--cpukit/include/rtems/capture-cli.h (renamed from cpukit/libmisc/capture/capture-cli.h)0
-rw-r--r--cpukit/include/rtems/capture.h (renamed from cpukit/libmisc/capture/capture.h)0
-rw-r--r--cpukit/include/rtems/captureimpl.h (renamed from cpukit/libmisc/capture/captureimpl.h)0
-rw-r--r--cpukit/include/rtems/cbs.h (renamed from cpukit/sapi/include/rtems/cbs.h)0
-rw-r--r--cpukit/include/rtems/chain.h (renamed from cpukit/sapi/include/rtems/chain.h)0
-rwxr-xr-xcpukit/include/rtems/confdefs.h (renamed from cpukit/sapi/include/confdefs.h)0
-rw-r--r--cpukit/include/rtems/config.h (renamed from cpukit/sapi/include/rtems/config.h)0
-rw-r--r--cpukit/include/rtems/counter.h (renamed from cpukit/sapi/include/rtems/counter.h)0
-rw-r--r--cpukit/include/rtems/cpuuse.h (renamed from cpukit/libmisc/cpuuse/cpuuse.h)0
-rw-r--r--cpukit/include/rtems/debugger/rtems-debugger-remote.h (renamed from cpukit/libdebugger/rtems-debugger-remote.h)0
-rw-r--r--cpukit/include/rtems/debugger/rtems-debugger-server.h (renamed from cpukit/libdebugger/rtems-debugger-server.h)0
-rw-r--r--cpukit/include/rtems/devfs.h (renamed from cpukit/libfs/src/devfs/devfs.h)0
-rw-r--r--cpukit/include/rtems/deviceio.h (renamed from cpukit/libcsupport/include/rtems/deviceio.h)0
-rw-r--r--cpukit/include/rtems/devnull.h (renamed from cpukit/libmisc/devnull/devnull.h)0
-rw-r--r--cpukit/include/rtems/devzero.h (renamed from cpukit/libmisc/devnull/devzero.h)0
-rw-r--r--cpukit/include/rtems/diskdevs.h (renamed from cpukit/libblock/include/rtems/diskdevs.h)0
-rw-r--r--cpukit/include/rtems/dosfs.h (renamed from cpukit/libfs/src/dosfs/dosfs.h)0
-rw-r--r--cpukit/include/rtems/dumpbuf.h (renamed from cpukit/libmisc/dumpbuf/dumpbuf.h)0
-rw-r--r--cpukit/include/rtems/error.h (renamed from cpukit/libcsupport/include/rtems/error.h)0
-rw-r--r--cpukit/include/rtems/extension.h (renamed from cpukit/sapi/include/rtems/extension.h)0
-rw-r--r--cpukit/include/rtems/extensionimpl.h (renamed from cpukit/sapi/include/rtems/extensionimpl.h)0
-rw-r--r--cpukit/include/rtems/fatal.h (renamed from cpukit/sapi/include/rtems/fatal.h)0
-rw-r--r--cpukit/include/rtems/fb.h (renamed from cpukit/libmisc/fb/fb.h)0
-rw-r--r--cpukit/include/rtems/flashdisk.h (renamed from cpukit/libblock/include/rtems/flashdisk.h)0
-rw-r--r--cpukit/include/rtems/fsmount.h (renamed from cpukit/libmisc/fsmount/fsmount.h)0
-rw-r--r--cpukit/include/rtems/ftpd.h (renamed from cpukit/ftpd/ftpd.h)0
-rw-r--r--cpukit/include/rtems/gxx_wrappers.h (renamed from cpukit/libcsupport/include/rtems/gxx_wrappers.h)0
-rw-r--r--cpukit/include/rtems/ide_part_table.h (renamed from cpukit/libblock/include/rtems/ide_part_table.h)0
-rw-r--r--cpukit/include/rtems/imfs.h (renamed from cpukit/libfs/src/imfs/imfs.h)0
-rw-r--r--cpukit/include/rtems/init.h (renamed from cpukit/sapi/include/rtems/init.h)0
-rw-r--r--cpukit/include/rtems/io.h (renamed from cpukit/sapi/include/rtems/io.h)0
-rw-r--r--cpukit/include/rtems/ioimpl.h (renamed from cpukit/sapi/include/rtems/ioimpl.h)0
-rw-r--r--cpukit/include/rtems/iosupp.h (renamed from cpukit/libcsupport/include/iosupp.h)0
-rw-r--r--cpukit/include/rtems/jffs2.h (renamed from cpukit/libfs/src/jffs2/include/rtems/jffs2.h)0
-rw-r--r--cpukit/include/rtems/libcsupport.h (renamed from cpukit/libcsupport/include/rtems/libcsupport.h)0
-rw-r--r--cpukit/include/rtems/libi2c.h (renamed from cpukit/libi2c/libi2c.h)0
-rw-r--r--cpukit/include/rtems/libio.h (renamed from cpukit/libcsupport/include/rtems/libio.h)0
-rw-r--r--cpukit/include/rtems/libio_.h (renamed from cpukit/libcsupport/include/rtems/libio_.h)0
-rw-r--r--cpukit/include/rtems/linkersets.h (renamed from cpukit/score/include/rtems/linkersets.h)0
-rw-r--r--cpukit/include/rtems/malloc.h (renamed from cpukit/libcsupport/include/rtems/malloc.h)0
-rw-r--r--cpukit/include/rtems/media.h (renamed from cpukit/libblock/include/rtems/media.h)0
-rw-r--r--cpukit/include/rtems/monitor.h (renamed from cpukit/libmisc/monitor/monitor.h)0
-rw-r--r--cpukit/include/rtems/mouse_parser.h (renamed from cpukit/libmisc/mouse/mouse_parser.h)0
-rw-r--r--cpukit/include/rtems/mptables.h (renamed from cpukit/sapi/include/rtems/mptables.h)0
-rw-r--r--cpukit/include/rtems/mw_uid.h (renamed from cpukit/libmisc/fb/mw_uid.h)0
-rw-r--r--cpukit/include/rtems/nvdisk-sram.h (renamed from cpukit/libblock/include/rtems/nvdisk-sram.h)0
-rw-r--r--cpukit/include/rtems/nvdisk.h (renamed from cpukit/libblock/include/rtems/nvdisk.h)0
-rw-r--r--cpukit/include/rtems/passwd.h (renamed from cpukit/telnetd/passwd.h)0
-rw-r--r--cpukit/include/rtems/pipe.h (renamed from cpukit/libfs/src/pipe/pipe.h)0
-rw-r--r--cpukit/include/rtems/posix/aio_misc.h (renamed from cpukit/posix/include/rtems/posix/aio_misc.h)0
-rw-r--r--cpukit/include/rtems/posix/barrierimpl.h (renamed from cpukit/posix/include/rtems/posix/barrierimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/condimpl.h (renamed from cpukit/posix/include/rtems/posix/condimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/config.h (renamed from cpukit/posix/include/rtems/posix/config.h)0
-rw-r--r--cpukit/include/rtems/posix/key.h (renamed from cpukit/posix/include/rtems/posix/key.h)0
-rw-r--r--cpukit/include/rtems/posix/keyimpl.h (renamed from cpukit/posix/include/rtems/posix/keyimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/mmanimpl.h (renamed from cpukit/posix/include/rtems/posix/mmanimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/mqueue.h (renamed from cpukit/posix/include/rtems/posix/mqueue.h)0
-rw-r--r--cpukit/include/rtems/posix/mqueueimpl.h (renamed from cpukit/posix/include/rtems/posix/mqueueimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/muteximpl.h (renamed from cpukit/posix/include/rtems/posix/muteximpl.h)0
-rw-r--r--cpukit/include/rtems/posix/posixapi.h (renamed from cpukit/posix/include/rtems/posix/posixapi.h)0
-rw-r--r--cpukit/include/rtems/posix/priorityimpl.h (renamed from cpukit/posix/include/rtems/posix/priorityimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/psignal.h (renamed from cpukit/posix/include/rtems/posix/psignal.h)0
-rw-r--r--cpukit/include/rtems/posix/psignalimpl.h (renamed from cpukit/posix/include/rtems/posix/psignalimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/pthread.h (renamed from cpukit/posix/include/rtems/posix/pthread.h)0
-rw-r--r--cpukit/include/rtems/posix/pthreadattrimpl.h (renamed from cpukit/posix/include/rtems/posix/pthreadattrimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/pthreadimpl.h (renamed from cpukit/posix/include/rtems/posix/pthreadimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/ptimer.h (renamed from cpukit/posix/include/rtems/posix/ptimer.h)0
-rw-r--r--cpukit/include/rtems/posix/rwlockimpl.h (renamed from cpukit/posix/include/rtems/posix/rwlockimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/semaphore.h (renamed from cpukit/posix/include/rtems/posix/semaphore.h)0
-rw-r--r--cpukit/include/rtems/posix/semaphoreimpl.h (renamed from cpukit/posix/include/rtems/posix/semaphoreimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/shm.h (renamed from cpukit/posix/include/rtems/posix/shm.h)0
-rw-r--r--cpukit/include/rtems/posix/shmimpl.h (renamed from cpukit/posix/include/rtems/posix/shmimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/sigset.h (renamed from cpukit/posix/include/rtems/posix/sigset.h)0
-rw-r--r--cpukit/include/rtems/posix/spinlockimpl.h (renamed from cpukit/posix/include/rtems/posix/spinlockimpl.h)0
-rw-r--r--cpukit/include/rtems/posix/threadsup.h (renamed from cpukit/posix/include/rtems/posix/threadsup.h)0
-rw-r--r--cpukit/include/rtems/posix/timer.h (renamed from cpukit/posix/include/rtems/posix/timer.h)0
-rw-r--r--cpukit/include/rtems/posix/timerimpl.h (renamed from cpukit/posix/include/rtems/posix/timerimpl.h)0
-rw-r--r--cpukit/include/rtems/profiling.h (renamed from cpukit/sapi/include/rtems/profiling.h)0
-rw-r--r--cpukit/include/rtems/pty.h (renamed from cpukit/telnetd/pty.h)0
-rw-r--r--cpukit/include/rtems/qreslib.h (renamed from cpukit/libqos/qreslib.h)0
-rw-r--r--cpukit/include/rtems/ramdisk.h (renamed from cpukit/libblock/include/rtems/ramdisk.h)0
-rw-r--r--cpukit/include/rtems/rbheap.h (renamed from cpukit/sapi/include/rtems/rbheap.h)0
-rw-r--r--cpukit/include/rtems/rbtree.h (renamed from cpukit/sapi/include/rtems/rbtree.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-bitmaps.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-block-pos.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-block-pos.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-block.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-block.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-buffer.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-buffer.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-data.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-data.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-dir-hash.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-dir.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-dir.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-file-system-fwd.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-file-system.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-file-system.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-file.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-file.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-group.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-group.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-inode.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-inode.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-link.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-link.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-mutex.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-mutex.h)0
-rw-r--r--cpukit/include/rtems/rfs/rtems-rfs-trace.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-trace.h)0
-rw-r--r--cpukit/include/rtems/ringbuf.h (renamed from cpukit/libcsupport/include/ringbuf.h)0
-rw-r--r--cpukit/include/rtems/rtems-debugger.h (renamed from cpukit/libdebugger/rtems-debugger.h)0
-rw-r--r--cpukit/include/rtems/rtems-fdt-shell.h (renamed from cpukit/libmisc/rtems-fdt/rtems-fdt-shell.h)0
-rw-r--r--cpukit/include/rtems/rtems-fdt.h (renamed from cpukit/libmisc/rtems-fdt/rtems-fdt.h)0
-rw-r--r--cpukit/include/rtems/rtems-rfs-format.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-format.h)0
-rw-r--r--cpukit/include/rtems/rtems-rfs-shell.h (renamed from cpukit/libfs/src/rfs/rtems-rfs-shell.h)0
-rw-r--r--cpukit/include/rtems/rtems-rfs.h (renamed from cpukit/libfs/src/rfs/rtems-rfs.h)0
-rw-r--r--cpukit/include/rtems/rtems/asr.h (renamed from cpukit/rtems/include/rtems/rtems/asr.h)0
-rw-r--r--cpukit/include/rtems/rtems/asrimpl.h (renamed from cpukit/rtems/include/rtems/rtems/asrimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/attr.h (renamed from cpukit/rtems/include/rtems/rtems/attr.h)0
-rw-r--r--cpukit/include/rtems/rtems/attrimpl.h (renamed from cpukit/rtems/include/rtems/rtems/attrimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/barrier.h (renamed from cpukit/rtems/include/rtems/rtems/barrier.h)0
-rw-r--r--cpukit/include/rtems/rtems/barrierimpl.h (renamed from cpukit/rtems/include/rtems/rtems/barrierimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/cache.h (renamed from cpukit/rtems/include/rtems/rtems/cache.h)0
-rw-r--r--cpukit/include/rtems/rtems/clock.h (renamed from cpukit/rtems/include/rtems/rtems/clock.h)0
-rw-r--r--cpukit/include/rtems/rtems/config.h (renamed from cpukit/rtems/include/rtems/rtems/config.h)0
-rw-r--r--cpukit/include/rtems/rtems/dpmem.h (renamed from cpukit/rtems/include/rtems/rtems/dpmem.h)0
-rw-r--r--cpukit/include/rtems/rtems/dpmemimpl.h (renamed from cpukit/rtems/include/rtems/rtems/dpmemimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/event.h (renamed from cpukit/rtems/include/rtems/rtems/event.h)0
-rw-r--r--cpukit/include/rtems/rtems/eventimpl.h (renamed from cpukit/rtems/include/rtems/rtems/eventimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/eventmp.h (renamed from cpukit/rtems/include/rtems/rtems/eventmp.h)0
-rw-r--r--cpukit/include/rtems/rtems/intr.h (renamed from cpukit/rtems/include/rtems/rtems/intr.h)0
-rw-r--r--cpukit/include/rtems/rtems/mainpage.h (renamed from cpukit/rtems/mainpage.h)0
-rw-r--r--cpukit/include/rtems/rtems/message.h (renamed from cpukit/rtems/include/rtems/rtems/message.h)0
-rw-r--r--cpukit/include/rtems/rtems/messageimpl.h (renamed from cpukit/rtems/include/rtems/rtems/messageimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/modes.h (renamed from cpukit/rtems/include/rtems/rtems/modes.h)0
-rw-r--r--cpukit/include/rtems/rtems/modesimpl.h (renamed from cpukit/rtems/include/rtems/rtems/modesimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/mp.h (renamed from cpukit/rtems/include/rtems/rtems/mp.h)0
-rw-r--r--cpukit/include/rtems/rtems/msgmp.h (renamed from cpukit/rtems/include/rtems/rtems/msgmp.h)0
-rw-r--r--cpukit/include/rtems/rtems/object.h (renamed from cpukit/rtems/include/rtems/rtems/object.h)0
-rw-r--r--cpukit/include/rtems/rtems/options.h (renamed from cpukit/rtems/include/rtems/rtems/options.h)0
-rw-r--r--cpukit/include/rtems/rtems/optionsimpl.h (renamed from cpukit/rtems/include/rtems/rtems/optionsimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/part.h (renamed from cpukit/rtems/include/rtems/rtems/part.h)0
-rw-r--r--cpukit/include/rtems/rtems/partimpl.h (renamed from cpukit/rtems/include/rtems/rtems/partimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/partmp.h (renamed from cpukit/rtems/include/rtems/rtems/partmp.h)0
-rw-r--r--cpukit/include/rtems/rtems/ratemon.h (renamed from cpukit/rtems/include/rtems/rtems/ratemon.h)0
-rw-r--r--cpukit/include/rtems/rtems/ratemonimpl.h (renamed from cpukit/rtems/include/rtems/rtems/ratemonimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/region.h (renamed from cpukit/rtems/include/rtems/rtems/region.h)0
-rw-r--r--cpukit/include/rtems/rtems/regionimpl.h (renamed from cpukit/rtems/include/rtems/rtems/regionimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/sem.h (renamed from cpukit/rtems/include/rtems/rtems/sem.h)0
-rw-r--r--cpukit/include/rtems/rtems/semimpl.h (renamed from cpukit/rtems/include/rtems/rtems/semimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/semmp.h (renamed from cpukit/rtems/include/rtems/rtems/semmp.h)0
-rw-r--r--cpukit/include/rtems/rtems/signal.h (renamed from cpukit/rtems/include/rtems/rtems/signal.h)0
-rw-r--r--cpukit/include/rtems/rtems/signalimpl.h (renamed from cpukit/rtems/include/rtems/rtems/signalimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/signalmp.h (renamed from cpukit/rtems/include/rtems/rtems/signalmp.h)0
-rw-r--r--cpukit/include/rtems/rtems/smp.h (renamed from cpukit/rtems/include/rtems/rtems/smp.h)0
-rw-r--r--cpukit/include/rtems/rtems/status.h (renamed from cpukit/rtems/include/rtems/rtems/status.h)0
-rw-r--r--cpukit/include/rtems/rtems/statusimpl.h (renamed from cpukit/rtems/include/rtems/rtems/statusimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/support.h (renamed from cpukit/rtems/include/rtems/rtems/support.h)0
-rw-r--r--cpukit/include/rtems/rtems/taskmp.h (renamed from cpukit/rtems/include/rtems/rtems/taskmp.h)0
-rw-r--r--cpukit/include/rtems/rtems/tasks.h (renamed from cpukit/rtems/include/rtems/rtems/tasks.h)0
-rw-r--r--cpukit/include/rtems/rtems/tasksimpl.h (renamed from cpukit/rtems/include/rtems/rtems/tasksimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/timer.h (renamed from cpukit/rtems/include/rtems/rtems/timer.h)0
-rw-r--r--cpukit/include/rtems/rtems/timerimpl.h (renamed from cpukit/rtems/include/rtems/rtems/timerimpl.h)0
-rw-r--r--cpukit/include/rtems/rtems/types.h (renamed from cpukit/rtems/include/rtems/rtems/types.h)0
-rw-r--r--cpukit/include/rtems/rtemsdialer.h (renamed from cpukit/pppd/rtemsdialer.h)0
-rw-r--r--cpukit/include/rtems/rtemspppd.h (renamed from cpukit/pppd/rtemspppd.h)0
-rw-r--r--cpukit/include/rtems/rtl/dlfcn-shell.h (renamed from cpukit/libdl/dlfcn-shell.h)0
-rw-r--r--cpukit/include/rtems/rtl/rap-shell.h (renamed from cpukit/libdl/rap-shell.h)0
-rw-r--r--cpukit/include/rtems/rtl/rap.h (renamed from cpukit/libdl/rap.h)0
-rw-r--r--cpukit/include/rtems/rtl/rtl-allocator.h (renamed from cpukit/libdl/rtl-allocator.h)0
-rw-r--r--cpukit/include/rtems/rtl/rtl-fwd.h (renamed from cpukit/libdl/rtl-fwd.h)0
-rw-r--r--cpukit/include/rtems/rtl/rtl-indirect-ptr.h (renamed from cpukit/libdl/rtl-indirect-ptr.h)0
-rw-r--r--cpukit/include/rtems/rtl/rtl-obj-cache.h (renamed from cpukit/libdl/rtl-obj-cache.h)0
-rw-r--r--cpukit/include/rtems/rtl/rtl-obj-comp.h (renamed from cpukit/libdl/rtl-obj-comp.h)0
-rw-r--r--cpukit/include/rtems/rtl/rtl-obj-fwd.h (renamed from cpukit/libdl/rtl-obj-fwd.h)0
-rw-r--r--cpukit/include/rtems/rtl/rtl-obj.h (renamed from cpukit/libdl/rtl-obj.h)0
-rw-r--r--cpukit/include/rtems/rtl/rtl-sym.h (renamed from cpukit/libdl/rtl-sym.h)0
-rw-r--r--cpukit/include/rtems/rtl/rtl-trace.h (renamed from cpukit/libdl/rtl-trace.h)0
-rw-r--r--cpukit/include/rtems/rtl/rtl-unresolved.h (renamed from cpukit/libdl/rtl-unresolved.h)0
-rw-r--r--cpukit/include/rtems/rtl/rtl.h (renamed from cpukit/libdl/rtl.h)0
-rw-r--r--cpukit/include/rtems/scheduler.h (renamed from cpukit/sapi/include/rtems/scheduler.h)0
-rw-r--r--cpukit/include/rtems/score/address.h (renamed from cpukit/score/include/rtems/score/address.h)0
-rw-r--r--cpukit/include/rtems/score/apimutex.h (renamed from cpukit/score/include/rtems/score/apimutex.h)0
-rw-r--r--cpukit/include/rtems/score/assert.h (renamed from cpukit/score/include/rtems/score/assert.h)0
-rw-r--r--cpukit/include/rtems/score/atomic.h (renamed from cpukit/score/include/rtems/score/atomic.h)0
-rw-r--r--cpukit/include/rtems/score/basedefs.h (renamed from cpukit/score/include/rtems/score/basedefs.h)0
-rw-r--r--cpukit/include/rtems/score/chain.h (renamed from cpukit/score/include/rtems/score/chain.h)0
-rw-r--r--cpukit/include/rtems/score/chainimpl.h (renamed from cpukit/score/include/rtems/score/chainimpl.h)0
-rw-r--r--cpukit/include/rtems/score/context.h (renamed from cpukit/score/include/rtems/score/context.h)0
-rw-r--r--cpukit/include/rtems/score/copyrt.h (renamed from cpukit/score/include/rtems/score/copyrt.h)0
-rw-r--r--cpukit/include/rtems/score/corebarrier.h (renamed from cpukit/score/include/rtems/score/corebarrier.h)0
-rw-r--r--cpukit/include/rtems/score/corebarrierimpl.h (renamed from cpukit/score/include/rtems/score/corebarrierimpl.h)0
-rw-r--r--cpukit/include/rtems/score/coremsg.h (renamed from cpukit/score/include/rtems/score/coremsg.h)0
-rw-r--r--cpukit/include/rtems/score/coremsgimpl.h (renamed from cpukit/score/include/rtems/score/coremsgimpl.h)0
-rw-r--r--cpukit/include/rtems/score/coremutex.h (renamed from cpukit/score/include/rtems/score/coremutex.h)0
-rw-r--r--cpukit/include/rtems/score/coremuteximpl.h (renamed from cpukit/score/include/rtems/score/coremuteximpl.h)0
-rw-r--r--cpukit/include/rtems/score/corerwlockimpl.h (renamed from cpukit/score/include/rtems/score/corerwlockimpl.h)0
-rw-r--r--cpukit/include/rtems/score/coresem.h (renamed from cpukit/score/include/rtems/score/coresem.h)0
-rw-r--r--cpukit/include/rtems/score/coresemimpl.h (renamed from cpukit/score/include/rtems/score/coresemimpl.h)0
-rw-r--r--cpukit/include/rtems/score/cpustdatomic.h (renamed from cpukit/score/include/rtems/score/cpustdatomic.h)0
-rw-r--r--cpukit/include/rtems/score/freechain.h (renamed from cpukit/score/include/rtems/score/freechain.h)0
-rw-r--r--cpukit/include/rtems/score/heap.h (renamed from cpukit/score/include/rtems/score/heap.h)0
-rw-r--r--cpukit/include/rtems/score/heapimpl.h (renamed from cpukit/score/include/rtems/score/heapimpl.h)0
-rw-r--r--cpukit/include/rtems/score/interr.h (renamed from cpukit/score/include/rtems/score/interr.h)0
-rw-r--r--cpukit/include/rtems/score/io.h (renamed from cpukit/score/include/rtems/score/io.h)0
-rw-r--r--cpukit/include/rtems/score/isr.h (renamed from cpukit/score/include/rtems/score/isr.h)0
-rw-r--r--cpukit/include/rtems/score/isrlevel.h (renamed from cpukit/score/include/rtems/score/isrlevel.h)0
-rw-r--r--cpukit/include/rtems/score/isrlock.h (renamed from cpukit/score/include/rtems/score/isrlock.h)0
-rw-r--r--cpukit/include/rtems/score/mpci.h (renamed from cpukit/score/include/rtems/score/mpci.h)0
-rw-r--r--cpukit/include/rtems/score/mpciimpl.h (renamed from cpukit/score/include/rtems/score/mpciimpl.h)0
-rw-r--r--cpukit/include/rtems/score/mppkt.h (renamed from cpukit/score/include/rtems/score/mppkt.h)0
-rw-r--r--cpukit/include/rtems/score/mrsp.h (renamed from cpukit/score/include/rtems/score/mrsp.h)0
-rw-r--r--cpukit/include/rtems/score/mrspimpl.h (renamed from cpukit/score/include/rtems/score/mrspimpl.h)0
-rw-r--r--cpukit/include/rtems/score/muteximpl.h (renamed from cpukit/score/include/rtems/score/muteximpl.h)0
-rw-r--r--cpukit/include/rtems/score/object.h (renamed from cpukit/score/include/rtems/score/object.h)0
-rw-r--r--cpukit/include/rtems/score/objectimpl.h (renamed from cpukit/score/include/rtems/score/objectimpl.h)0
-rw-r--r--cpukit/include/rtems/score/objectmp.h (renamed from cpukit/score/include/rtems/score/objectmp.h)0
-rw-r--r--cpukit/include/rtems/score/onceimpl.h (renamed from cpukit/score/include/rtems/score/onceimpl.h)0
-rw-r--r--cpukit/include/rtems/score/percpu.h (renamed from cpukit/score/include/rtems/score/percpu.h)0
-rw-r--r--cpukit/include/rtems/score/priority.h (renamed from cpukit/score/include/rtems/score/priority.h)0
-rw-r--r--cpukit/include/rtems/score/prioritybitmap.h (renamed from cpukit/score/include/rtems/score/prioritybitmap.h)0
-rw-r--r--cpukit/include/rtems/score/prioritybitmapimpl.h (renamed from cpukit/score/include/rtems/score/prioritybitmapimpl.h)0
-rw-r--r--cpukit/include/rtems/score/priorityimpl.h (renamed from cpukit/score/include/rtems/score/priorityimpl.h)0
-rw-r--r--cpukit/include/rtems/score/processormask.h (renamed from cpukit/score/include/rtems/score/processormask.h)0
-rw-r--r--cpukit/include/rtems/score/profiling.h (renamed from cpukit/score/include/rtems/score/profiling.h)0
-rw-r--r--cpukit/include/rtems/score/protectedheap.h (renamed from cpukit/score/include/rtems/score/protectedheap.h)0
-rw-r--r--cpukit/include/rtems/score/rbtree.h (renamed from cpukit/score/include/rtems/score/rbtree.h)0
-rw-r--r--cpukit/include/rtems/score/rbtreeimpl.h (renamed from cpukit/score/include/rtems/score/rbtreeimpl.h)0
-rw-r--r--cpukit/include/rtems/score/scheduler.h (renamed from cpukit/score/include/rtems/score/scheduler.h)0
-rw-r--r--cpukit/include/rtems/score/schedulercbs.h (renamed from cpukit/score/include/rtems/score/schedulercbs.h)0
-rw-r--r--cpukit/include/rtems/score/schedulercbsimpl.h (renamed from cpukit/score/include/rtems/score/schedulercbsimpl.h)0
-rw-r--r--cpukit/include/rtems/score/scheduleredf.h (renamed from cpukit/score/include/rtems/score/scheduleredf.h)0
-rw-r--r--cpukit/include/rtems/score/scheduleredfimpl.h (renamed from cpukit/score/include/rtems/score/scheduleredfimpl.h)0
-rw-r--r--cpukit/include/rtems/score/scheduleredfsmp.h (renamed from cpukit/score/include/rtems/score/scheduleredfsmp.h)0
-rw-r--r--cpukit/include/rtems/score/schedulerimpl.h (renamed from cpukit/score/include/rtems/score/schedulerimpl.h)0
-rw-r--r--cpukit/include/rtems/score/schedulernode.h (renamed from cpukit/score/include/rtems/score/schedulernode.h)0
-rw-r--r--cpukit/include/rtems/score/schedulernodeimpl.h (renamed from cpukit/score/include/rtems/score/schedulernodeimpl.h)0
-rw-r--r--cpukit/include/rtems/score/schedulerpriority.h (renamed from cpukit/score/include/rtems/score/schedulerpriority.h)0
-rw-r--r--cpukit/include/rtems/score/schedulerpriorityaffinitysmp.h (renamed from cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h)0
-rw-r--r--cpukit/include/rtems/score/schedulerpriorityimpl.h (renamed from cpukit/score/include/rtems/score/schedulerpriorityimpl.h)0
-rw-r--r--cpukit/include/rtems/score/schedulerprioritysmp.h (renamed from cpukit/score/include/rtems/score/schedulerprioritysmp.h)0
-rw-r--r--cpukit/include/rtems/score/schedulerprioritysmpimpl.h (renamed from cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h)0
-rw-r--r--cpukit/include/rtems/score/schedulersimple.h (renamed from cpukit/score/include/rtems/score/schedulersimple.h)0
-rw-r--r--cpukit/include/rtems/score/schedulersimpleimpl.h (renamed from cpukit/score/include/rtems/score/schedulersimpleimpl.h)0
-rw-r--r--cpukit/include/rtems/score/schedulersimplesmp.h (renamed from cpukit/score/include/rtems/score/schedulersimplesmp.h)0
-rw-r--r--cpukit/include/rtems/score/schedulersmp.h (renamed from cpukit/score/include/rtems/score/schedulersmp.h)0
-rw-r--r--cpukit/include/rtems/score/schedulersmpimpl.h (renamed from cpukit/score/include/rtems/score/schedulersmpimpl.h)0
-rw-r--r--cpukit/include/rtems/score/schedulerstrongapa.h (renamed from cpukit/score/include/rtems/score/schedulerstrongapa.h)0
-rw-r--r--cpukit/include/rtems/score/semaphoreimpl.h (renamed from cpukit/score/include/rtems/score/semaphoreimpl.h)0
-rw-r--r--cpukit/include/rtems/score/smp.h (renamed from cpukit/score/include/rtems/score/smp.h)0
-rw-r--r--cpukit/include/rtems/score/smpbarrier.h (renamed from cpukit/score/include/rtems/score/smpbarrier.h)0
-rw-r--r--cpukit/include/rtems/score/smpimpl.h (renamed from cpukit/score/include/rtems/score/smpimpl.h)0
-rw-r--r--cpukit/include/rtems/score/smplock.h (renamed from cpukit/score/include/rtems/score/smplock.h)0
-rw-r--r--cpukit/include/rtems/score/smplockmcs.h (renamed from cpukit/score/include/rtems/score/smplockmcs.h)0
-rw-r--r--cpukit/include/rtems/score/smplockseq.h (renamed from cpukit/score/include/rtems/score/smplockseq.h)0
-rw-r--r--cpukit/include/rtems/score/smplockstats.h (renamed from cpukit/score/include/rtems/score/smplockstats.h)0
-rw-r--r--cpukit/include/rtems/score/smplockticket.h (renamed from cpukit/score/include/rtems/score/smplockticket.h)0
-rw-r--r--cpukit/include/rtems/score/stack.h (renamed from cpukit/score/include/rtems/score/stack.h)0
-rw-r--r--cpukit/include/rtems/score/stackimpl.h (renamed from cpukit/score/include/rtems/score/stackimpl.h)0
-rw-r--r--cpukit/include/rtems/score/states.h (renamed from cpukit/score/include/rtems/score/states.h)0
-rw-r--r--cpukit/include/rtems/score/statesimpl.h (renamed from cpukit/score/include/rtems/score/statesimpl.h)0
-rw-r--r--cpukit/include/rtems/score/status.h (renamed from cpukit/score/include/rtems/score/status.h)0
-rw-r--r--cpukit/include/rtems/score/sysstate.h (renamed from cpukit/score/include/rtems/score/sysstate.h)0
-rw-r--r--cpukit/include/rtems/score/thread.h (renamed from cpukit/score/include/rtems/score/thread.h)0
-rw-r--r--cpukit/include/rtems/score/threaddispatch.h (renamed from cpukit/score/include/rtems/score/threaddispatch.h)0
-rw-r--r--cpukit/include/rtems/score/threadimpl.h (renamed from cpukit/score/include/rtems/score/threadimpl.h)0
-rw-r--r--cpukit/include/rtems/score/threadmp.h (renamed from cpukit/score/include/rtems/score/threadmp.h)0
-rw-r--r--cpukit/include/rtems/score/threadq.h (renamed from cpukit/score/include/rtems/score/threadq.h)0
-rw-r--r--cpukit/include/rtems/score/threadqimpl.h (renamed from cpukit/score/include/rtems/score/threadqimpl.h)0
-rw-r--r--cpukit/include/rtems/score/timecounter.h (renamed from cpukit/score/include/rtems/score/timecounter.h)0
-rw-r--r--cpukit/include/rtems/score/timecounterimpl.h (renamed from cpukit/score/include/rtems/score/timecounterimpl.h)0
-rw-r--r--cpukit/include/rtems/score/timespec.h (renamed from cpukit/score/include/rtems/score/timespec.h)0
-rw-r--r--cpukit/include/rtems/score/timestamp.h (renamed from cpukit/score/include/rtems/score/timestamp.h)0
-rw-r--r--cpukit/include/rtems/score/tls.h (renamed from cpukit/score/include/rtems/score/tls.h)0
-rw-r--r--cpukit/include/rtems/score/tod.h (renamed from cpukit/score/include/rtems/score/tod.h)0
-rw-r--r--cpukit/include/rtems/score/todimpl.h (renamed from cpukit/score/include/rtems/score/todimpl.h)0
-rw-r--r--cpukit/include/rtems/score/userext.h (renamed from cpukit/score/include/rtems/score/userext.h)0
-rw-r--r--cpukit/include/rtems/score/userextimpl.h (renamed from cpukit/score/include/rtems/score/userextimpl.h)0
-rw-r--r--cpukit/include/rtems/score/watchdog.h (renamed from cpukit/score/include/rtems/score/watchdog.h)0
-rw-r--r--cpukit/include/rtems/score/watchdogimpl.h (renamed from cpukit/score/include/rtems/score/watchdogimpl.h)0
-rw-r--r--cpukit/include/rtems/score/wkspace.h (renamed from cpukit/score/include/rtems/score/wkspace.h)0
-rw-r--r--cpukit/include/rtems/serdbg.h (renamed from cpukit/libmisc/serdbg/serdbg.h)0
-rw-r--r--cpukit/include/rtems/serdbgcnf.h (renamed from cpukit/libmisc/serdbg/serdbgcnf.h)0
-rw-r--r--cpukit/include/rtems/serial_mouse.h (renamed from cpukit/libmisc/mouse/serial_mouse.h)0
-rw-r--r--cpukit/include/rtems/seterr.h (renamed from cpukit/score/include/rtems/seterr.h)0
-rw-r--r--cpukit/include/rtems/shell.h (renamed from cpukit/libmisc/shell/shell.h)0
-rw-r--r--cpukit/include/rtems/shellconfig.h (renamed from cpukit/libmisc/shell/shellconfig.h)0
-rw-r--r--cpukit/include/rtems/sparse-disk.h (renamed from cpukit/libblock/include/rtems/sparse-disk.h)0
-rw-r--r--cpukit/include/rtems/spurious.h (renamed from cpukit/libcsupport/include/spurious.h)0
-rw-r--r--cpukit/include/rtems/stackchk.h (renamed from cpukit/libmisc/stackchk/stackchk.h)0
-rw-r--r--cpukit/include/rtems/stdio-redirect.h (renamed from cpukit/libmisc/redirector/stdio-redirect.h)0
-rw-r--r--cpukit/include/rtems/stringto.h (renamed from cpukit/libmisc/stringto/stringto.h)0
-rw-r--r--cpukit/include/rtems/sysinit.h (renamed from cpukit/score/include/rtems/sysinit.h)0
-rw-r--r--cpukit/include/rtems/system.h (renamed from cpukit/score/include/rtems/system.h)0
-rw-r--r--cpukit/include/rtems/telnetd.h (renamed from cpukit/telnetd/telnetd.h)0
-rw-r--r--cpukit/include/rtems/termios_printk.h (renamed from cpukit/libmisc/serdbg/termios_printk.h)0
-rw-r--r--cpukit/include/rtems/termios_printk_cnf.h (renamed from cpukit/libmisc/serdbg/termios_printk_cnf.h)0
-rw-r--r--cpukit/include/rtems/termiostypes.h (renamed from cpukit/libcsupport/include/rtems/termiostypes.h)0
-rw-r--r--cpukit/include/rtems/test.h (renamed from cpukit/libmisc/testsupport/test.h)0
-rw-r--r--cpukit/include/rtems/timecounter.h (renamed from cpukit/sapi/include/rtems/timecounter.h)0
-rw-r--r--cpukit/include/rtems/timespec.h (renamed from cpukit/sapi/include/rtems/timespec.h)0
-rw-r--r--cpukit/include/rtems/tod.h (renamed from cpukit/libcsupport/include/rtems/tod.h)0
-rw-r--r--cpukit/include/rtems/trace/rtems-trace-buffer-vars.h (renamed from cpukit/libmisc/capture/rtems-trace-buffer-vars.h)0
-rw-r--r--cpukit/include/rtems/untar.h (renamed from cpukit/libmisc/untar/untar.h)0
-rw-r--r--cpukit/include/rtems/version.h (renamed from cpukit/sapi/include/rtems/version.h)0
-rw-r--r--cpukit/include/rtems/vmeintr.h (renamed from cpukit/libcsupport/include/vmeintr.h)0
302 files changed, 0 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems.h b/cpukit/include/rtems.h
index 8e536b449a..8e536b449a 100644
--- a/cpukit/rtems/include/rtems.h
+++ b/cpukit/include/rtems.h
diff --git a/cpukit/libcsupport/include/rtems/assoc.h b/cpukit/include/rtems/assoc.h
index 345761758a..345761758a 100644
--- a/cpukit/libcsupport/include/rtems/assoc.h
+++ b/cpukit/include/rtems/assoc.h
diff --git a/cpukit/libblock/include/rtems/bdbuf.h b/cpukit/include/rtems/bdbuf.h
index edec05e099..edec05e099 100644
--- a/cpukit/libblock/include/rtems/bdbuf.h
+++ b/cpukit/include/rtems/bdbuf.h
diff --git a/cpukit/libblock/include/rtems/bdpart.h b/cpukit/include/rtems/bdpart.h
index 8886c3614d..8886c3614d 100644
--- a/cpukit/libblock/include/rtems/bdpart.h
+++ b/cpukit/include/rtems/bdpart.h
diff --git a/cpukit/libblock/include/rtems/blkdev.h b/cpukit/include/rtems/blkdev.h
index 3f829e6068..3f829e6068 100644
--- a/cpukit/libblock/include/rtems/blkdev.h
+++ b/cpukit/include/rtems/blkdev.h
diff --git a/cpukit/sapi/include/rtems/bsd.h b/cpukit/include/rtems/bsd.h
index 0c44e3787d..0c44e3787d 100644
--- a/cpukit/sapi/include/rtems/bsd.h
+++ b/cpukit/include/rtems/bsd.h
diff --git a/cpukit/libmisc/bspcmdline/bspcmdline.h b/cpukit/include/rtems/bspcmdline.h
index 51916ff26a..51916ff26a 100644
--- a/cpukit/libmisc/bspcmdline/bspcmdline.h
+++ b/cpukit/include/rtems/bspcmdline.h
diff --git a/cpukit/libmisc/capture/capture-cli.h b/cpukit/include/rtems/capture-cli.h
index 55749b7cb1..55749b7cb1 100644
--- a/cpukit/libmisc/capture/capture-cli.h
+++ b/cpukit/include/rtems/capture-cli.h
diff --git a/cpukit/libmisc/capture/capture.h b/cpukit/include/rtems/capture.h
index f847ee0424..f847ee0424 100644
--- a/cpukit/libmisc/capture/capture.h
+++ b/cpukit/include/rtems/capture.h
diff --git a/cpukit/libmisc/capture/captureimpl.h b/cpukit/include/rtems/captureimpl.h
index 4c4cbe66c3..4c4cbe66c3 100644
--- a/cpukit/libmisc/capture/captureimpl.h
+++ b/cpukit/include/rtems/captureimpl.h
diff --git a/cpukit/sapi/include/rtems/cbs.h b/cpukit/include/rtems/cbs.h
index a42061ddc0..a42061ddc0 100644
--- a/cpukit/sapi/include/rtems/cbs.h
+++ b/cpukit/include/rtems/cbs.h
diff --git a/cpukit/sapi/include/rtems/chain.h b/cpukit/include/rtems/chain.h
index f0e7ee4f40..f0e7ee4f40 100644
--- a/cpukit/sapi/include/rtems/chain.h
+++ b/cpukit/include/rtems/chain.h
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/include/rtems/confdefs.h
index 1c993dd099..1c993dd099 100755
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/include/rtems/confdefs.h
diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/include/rtems/config.h
index 6b97376511..6b97376511 100644
--- a/cpukit/sapi/include/rtems/config.h
+++ b/cpukit/include/rtems/config.h
diff --git a/cpukit/sapi/include/rtems/counter.h b/cpukit/include/rtems/counter.h
index 3b428402a8..3b428402a8 100644
--- a/cpukit/sapi/include/rtems/counter.h
+++ b/cpukit/include/rtems/counter.h
diff --git a/cpukit/libmisc/cpuuse/cpuuse.h b/cpukit/include/rtems/cpuuse.h
index 23f58faf1b..23f58faf1b 100644
--- a/cpukit/libmisc/cpuuse/cpuuse.h
+++ b/cpukit/include/rtems/cpuuse.h
diff --git a/cpukit/libdebugger/rtems-debugger-remote.h b/cpukit/include/rtems/debugger/rtems-debugger-remote.h
index 34ad9ee6d2..34ad9ee6d2 100644
--- a/cpukit/libdebugger/rtems-debugger-remote.h
+++ b/cpukit/include/rtems/debugger/rtems-debugger-remote.h
diff --git a/cpukit/libdebugger/rtems-debugger-server.h b/cpukit/include/rtems/debugger/rtems-debugger-server.h
index a345d7649e..a345d7649e 100644
--- a/cpukit/libdebugger/rtems-debugger-server.h
+++ b/cpukit/include/rtems/debugger/rtems-debugger-server.h
diff --git a/cpukit/libfs/src/devfs/devfs.h b/cpukit/include/rtems/devfs.h
index b0a9197eca..b0a9197eca 100644
--- a/cpukit/libfs/src/devfs/devfs.h
+++ b/cpukit/include/rtems/devfs.h
diff --git a/cpukit/libcsupport/include/rtems/deviceio.h b/cpukit/include/rtems/deviceio.h
index a448fc7bb4..a448fc7bb4 100644
--- a/cpukit/libcsupport/include/rtems/deviceio.h
+++ b/cpukit/include/rtems/deviceio.h
diff --git a/cpukit/libmisc/devnull/devnull.h b/cpukit/include/rtems/devnull.h
index 39081f478b..39081f478b 100644
--- a/cpukit/libmisc/devnull/devnull.h
+++ b/cpukit/include/rtems/devnull.h
diff --git a/cpukit/libmisc/devnull/devzero.h b/cpukit/include/rtems/devzero.h
index bc47d3ea09..bc47d3ea09 100644
--- a/cpukit/libmisc/devnull/devzero.h
+++ b/cpukit/include/rtems/devzero.h
diff --git a/cpukit/libblock/include/rtems/diskdevs.h b/cpukit/include/rtems/diskdevs.h
index 0be766afa3..0be766afa3 100644
--- a/cpukit/libblock/include/rtems/diskdevs.h
+++ b/cpukit/include/rtems/diskdevs.h
diff --git a/cpukit/libfs/src/dosfs/dosfs.h b/cpukit/include/rtems/dosfs.h
index 7691ed7e43..7691ed7e43 100644
--- a/cpukit/libfs/src/dosfs/dosfs.h
+++ b/cpukit/include/rtems/dosfs.h
diff --git a/cpukit/libmisc/dumpbuf/dumpbuf.h b/cpukit/include/rtems/dumpbuf.h
index d714879ab4..d714879ab4 100644
--- a/cpukit/libmisc/dumpbuf/dumpbuf.h
+++ b/cpukit/include/rtems/dumpbuf.h
diff --git a/cpukit/libcsupport/include/rtems/error.h b/cpukit/include/rtems/error.h
index 617f59642b..617f59642b 100644
--- a/cpukit/libcsupport/include/rtems/error.h
+++ b/cpukit/include/rtems/error.h
diff --git a/cpukit/sapi/include/rtems/extension.h b/cpukit/include/rtems/extension.h
index f22abf7f18..f22abf7f18 100644
--- a/cpukit/sapi/include/rtems/extension.h
+++ b/cpukit/include/rtems/extension.h
diff --git a/cpukit/sapi/include/rtems/extensionimpl.h b/cpukit/include/rtems/extensionimpl.h
index fb4eeaff7c..fb4eeaff7c 100644
--- a/cpukit/sapi/include/rtems/extensionimpl.h
+++ b/cpukit/include/rtems/extensionimpl.h
diff --git a/cpukit/sapi/include/rtems/fatal.h b/cpukit/include/rtems/fatal.h
index 291af42c6e..291af42c6e 100644
--- a/cpukit/sapi/include/rtems/fatal.h
+++ b/cpukit/include/rtems/fatal.h
diff --git a/cpukit/libmisc/fb/fb.h b/cpukit/include/rtems/fb.h
index bb5cb23805..bb5cb23805 100644
--- a/cpukit/libmisc/fb/fb.h
+++ b/cpukit/include/rtems/fb.h
diff --git a/cpukit/libblock/include/rtems/flashdisk.h b/cpukit/include/rtems/flashdisk.h
index ec353096ad..ec353096ad 100644
--- a/cpukit/libblock/include/rtems/flashdisk.h
+++ b/cpukit/include/rtems/flashdisk.h
diff --git a/cpukit/libmisc/fsmount/fsmount.h b/cpukit/include/rtems/fsmount.h
index 441b0d68ef..441b0d68ef 100644
--- a/cpukit/libmisc/fsmount/fsmount.h
+++ b/cpukit/include/rtems/fsmount.h
diff --git a/cpukit/ftpd/ftpd.h b/cpukit/include/rtems/ftpd.h
index f33ca59d3a..f33ca59d3a 100644
--- a/cpukit/ftpd/ftpd.h
+++ b/cpukit/include/rtems/ftpd.h
diff --git a/cpukit/libcsupport/include/rtems/gxx_wrappers.h b/cpukit/include/rtems/gxx_wrappers.h
index 94502b937f..94502b937f 100644
--- a/cpukit/libcsupport/include/rtems/gxx_wrappers.h
+++ b/cpukit/include/rtems/gxx_wrappers.h
diff --git a/cpukit/libblock/include/rtems/ide_part_table.h b/cpukit/include/rtems/ide_part_table.h
index 8b683b3ff5..8b683b3ff5 100644
--- a/cpukit/libblock/include/rtems/ide_part_table.h
+++ b/cpukit/include/rtems/ide_part_table.h
diff --git a/cpukit/libfs/src/imfs/imfs.h b/cpukit/include/rtems/imfs.h
index fe3c5b12a9..fe3c5b12a9 100644
--- a/cpukit/libfs/src/imfs/imfs.h
+++ b/cpukit/include/rtems/imfs.h
diff --git a/cpukit/sapi/include/rtems/init.h b/cpukit/include/rtems/init.h
index fa3108ea50..fa3108ea50 100644
--- a/cpukit/sapi/include/rtems/init.h
+++ b/cpukit/include/rtems/init.h
diff --git a/cpukit/sapi/include/rtems/io.h b/cpukit/include/rtems/io.h
index 760d412bb8..760d412bb8 100644
--- a/cpukit/sapi/include/rtems/io.h
+++ b/cpukit/include/rtems/io.h
diff --git a/cpukit/sapi/include/rtems/ioimpl.h b/cpukit/include/rtems/ioimpl.h
index 5c4a82eea6..5c4a82eea6 100644
--- a/cpukit/sapi/include/rtems/ioimpl.h
+++ b/cpukit/include/rtems/ioimpl.h
diff --git a/cpukit/libcsupport/include/iosupp.h b/cpukit/include/rtems/iosupp.h
index 9fe8a6ab1d..9fe8a6ab1d 100644
--- a/cpukit/libcsupport/include/iosupp.h
+++ b/cpukit/include/rtems/iosupp.h
diff --git a/cpukit/libfs/src/jffs2/include/rtems/jffs2.h b/cpukit/include/rtems/jffs2.h
index a856c46c41..a856c46c41 100644
--- a/cpukit/libfs/src/jffs2/include/rtems/jffs2.h
+++ b/cpukit/include/rtems/jffs2.h
diff --git a/cpukit/libcsupport/include/rtems/libcsupport.h b/cpukit/include/rtems/libcsupport.h
index 51607f9ea1..51607f9ea1 100644
--- a/cpukit/libcsupport/include/rtems/libcsupport.h
+++ b/cpukit/include/rtems/libcsupport.h
diff --git a/cpukit/libi2c/libi2c.h b/cpukit/include/rtems/libi2c.h
index 341e390760..341e390760 100644
--- a/cpukit/libi2c/libi2c.h
+++ b/cpukit/include/rtems/libi2c.h
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/include/rtems/libio.h
index 9d30dafddf..9d30dafddf 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/include/rtems/libio.h
diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/include/rtems/libio_.h
index 414e8a20fc..414e8a20fc 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/include/rtems/libio_.h
diff --git a/cpukit/score/include/rtems/linkersets.h b/cpukit/include/rtems/linkersets.h
index bad046999c..bad046999c 100644
--- a/cpukit/score/include/rtems/linkersets.h
+++ b/cpukit/include/rtems/linkersets.h
diff --git a/cpukit/libcsupport/include/rtems/malloc.h b/cpukit/include/rtems/malloc.h
index 7c00f21e77..7c00f21e77 100644
--- a/cpukit/libcsupport/include/rtems/malloc.h
+++ b/cpukit/include/rtems/malloc.h
diff --git a/cpukit/libblock/include/rtems/media.h b/cpukit/include/rtems/media.h
index 77a1aa8348..77a1aa8348 100644
--- a/cpukit/libblock/include/rtems/media.h
+++ b/cpukit/include/rtems/media.h
diff --git a/cpukit/libmisc/monitor/monitor.h b/cpukit/include/rtems/monitor.h
index 6ecd903c63..6ecd903c63 100644
--- a/cpukit/libmisc/monitor/monitor.h
+++ b/cpukit/include/rtems/monitor.h
diff --git a/cpukit/libmisc/mouse/mouse_parser.h b/cpukit/include/rtems/mouse_parser.h
index 27bea1bbbc..27bea1bbbc 100644
--- a/cpukit/libmisc/mouse/mouse_parser.h
+++ b/cpukit/include/rtems/mouse_parser.h
diff --git a/cpukit/sapi/include/rtems/mptables.h b/cpukit/include/rtems/mptables.h
index 01e5b653b4..01e5b653b4 100644
--- a/cpukit/sapi/include/rtems/mptables.h
+++ b/cpukit/include/rtems/mptables.h
diff --git a/cpukit/libmisc/fb/mw_uid.h b/cpukit/include/rtems/mw_uid.h
index aa88392d26..aa88392d26 100644
--- a/cpukit/libmisc/fb/mw_uid.h
+++ b/cpukit/include/rtems/mw_uid.h
diff --git a/cpukit/libblock/include/rtems/nvdisk-sram.h b/cpukit/include/rtems/nvdisk-sram.h
index 3acaf600b6..3acaf600b6 100644
--- a/cpukit/libblock/include/rtems/nvdisk-sram.h
+++ b/cpukit/include/rtems/nvdisk-sram.h
diff --git a/cpukit/libblock/include/rtems/nvdisk.h b/cpukit/include/rtems/nvdisk.h
index 5570fb8c6b..5570fb8c6b 100644
--- a/cpukit/libblock/include/rtems/nvdisk.h
+++ b/cpukit/include/rtems/nvdisk.h
diff --git a/cpukit/telnetd/passwd.h b/cpukit/include/rtems/passwd.h
index 8d5c299a5e..8d5c299a5e 100644
--- a/cpukit/telnetd/passwd.h
+++ b/cpukit/include/rtems/passwd.h
diff --git a/cpukit/libfs/src/pipe/pipe.h b/cpukit/include/rtems/pipe.h
index 7c6566ad50..7c6566ad50 100644
--- a/cpukit/libfs/src/pipe/pipe.h
+++ b/cpukit/include/rtems/pipe.h
diff --git a/cpukit/posix/include/rtems/posix/aio_misc.h b/cpukit/include/rtems/posix/aio_misc.h
index aeccbad98f..aeccbad98f 100644
--- a/cpukit/posix/include/rtems/posix/aio_misc.h
+++ b/cpukit/include/rtems/posix/aio_misc.h
diff --git a/cpukit/posix/include/rtems/posix/barrierimpl.h b/cpukit/include/rtems/posix/barrierimpl.h
index a1794b82fd..a1794b82fd 100644
--- a/cpukit/posix/include/rtems/posix/barrierimpl.h
+++ b/cpukit/include/rtems/posix/barrierimpl.h
diff --git a/cpukit/posix/include/rtems/posix/condimpl.h b/cpukit/include/rtems/posix/condimpl.h
index 66e09bf6d8..66e09bf6d8 100644
--- a/cpukit/posix/include/rtems/posix/condimpl.h
+++ b/cpukit/include/rtems/posix/condimpl.h
diff --git a/cpukit/posix/include/rtems/posix/config.h b/cpukit/include/rtems/posix/config.h
index e90dc27011..e90dc27011 100644
--- a/cpukit/posix/include/rtems/posix/config.h
+++ b/cpukit/include/rtems/posix/config.h
diff --git a/cpukit/posix/include/rtems/posix/key.h b/cpukit/include/rtems/posix/key.h
index 1f09916f06..1f09916f06 100644
--- a/cpukit/posix/include/rtems/posix/key.h
+++ b/cpukit/include/rtems/posix/key.h
diff --git a/cpukit/posix/include/rtems/posix/keyimpl.h b/cpukit/include/rtems/posix/keyimpl.h
index 1148123638..1148123638 100644
--- a/cpukit/posix/include/rtems/posix/keyimpl.h
+++ b/cpukit/include/rtems/posix/keyimpl.h
diff --git a/cpukit/posix/include/rtems/posix/mmanimpl.h b/cpukit/include/rtems/posix/mmanimpl.h
index e1cc672331..e1cc672331 100644
--- a/cpukit/posix/include/rtems/posix/mmanimpl.h
+++ b/cpukit/include/rtems/posix/mmanimpl.h
diff --git a/cpukit/posix/include/rtems/posix/mqueue.h b/cpukit/include/rtems/posix/mqueue.h
index cdf94514af..cdf94514af 100644
--- a/cpukit/posix/include/rtems/posix/mqueue.h
+++ b/cpukit/include/rtems/posix/mqueue.h
diff --git a/cpukit/posix/include/rtems/posix/mqueueimpl.h b/cpukit/include/rtems/posix/mqueueimpl.h
index 6813a3ef88..6813a3ef88 100644
--- a/cpukit/posix/include/rtems/posix/mqueueimpl.h
+++ b/cpukit/include/rtems/posix/mqueueimpl.h
diff --git a/cpukit/posix/include/rtems/posix/muteximpl.h b/cpukit/include/rtems/posix/muteximpl.h
index 435b43634d..435b43634d 100644
--- a/cpukit/posix/include/rtems/posix/muteximpl.h
+++ b/cpukit/include/rtems/posix/muteximpl.h
diff --git a/cpukit/posix/include/rtems/posix/posixapi.h b/cpukit/include/rtems/posix/posixapi.h
index 29394ab94e..29394ab94e 100644
--- a/cpukit/posix/include/rtems/posix/posixapi.h
+++ b/cpukit/include/rtems/posix/posixapi.h
diff --git a/cpukit/posix/include/rtems/posix/priorityimpl.h b/cpukit/include/rtems/posix/priorityimpl.h
index eb2e3e059f..eb2e3e059f 100644
--- a/cpukit/posix/include/rtems/posix/priorityimpl.h
+++ b/cpukit/include/rtems/posix/priorityimpl.h
diff --git a/cpukit/posix/include/rtems/posix/psignal.h b/cpukit/include/rtems/posix/psignal.h
index ed98442e32..ed98442e32 100644
--- a/cpukit/posix/include/rtems/posix/psignal.h
+++ b/cpukit/include/rtems/posix/psignal.h
diff --git a/cpukit/posix/include/rtems/posix/psignalimpl.h b/cpukit/include/rtems/posix/psignalimpl.h
index cccc3dafc9..cccc3dafc9 100644
--- a/cpukit/posix/include/rtems/posix/psignalimpl.h
+++ b/cpukit/include/rtems/posix/psignalimpl.h
diff --git a/cpukit/posix/include/rtems/posix/pthread.h b/cpukit/include/rtems/posix/pthread.h
index 05783ff4ad..05783ff4ad 100644
--- a/cpukit/posix/include/rtems/posix/pthread.h
+++ b/cpukit/include/rtems/posix/pthread.h
diff --git a/cpukit/posix/include/rtems/posix/pthreadattrimpl.h b/cpukit/include/rtems/posix/pthreadattrimpl.h
index 12b8559181..12b8559181 100644
--- a/cpukit/posix/include/rtems/posix/pthreadattrimpl.h
+++ b/cpukit/include/rtems/posix/pthreadattrimpl.h
diff --git a/cpukit/posix/include/rtems/posix/pthreadimpl.h b/cpukit/include/rtems/posix/pthreadimpl.h
index 3e2351e57e..3e2351e57e 100644
--- a/cpukit/posix/include/rtems/posix/pthreadimpl.h
+++ b/cpukit/include/rtems/posix/pthreadimpl.h
diff --git a/cpukit/posix/include/rtems/posix/ptimer.h b/cpukit/include/rtems/posix/ptimer.h
index f6de4ccb57..f6de4ccb57 100644
--- a/cpukit/posix/include/rtems/posix/ptimer.h
+++ b/cpukit/include/rtems/posix/ptimer.h
diff --git a/cpukit/posix/include/rtems/posix/rwlockimpl.h b/cpukit/include/rtems/posix/rwlockimpl.h
index b92ca9d04c..b92ca9d04c 100644
--- a/cpukit/posix/include/rtems/posix/rwlockimpl.h
+++ b/cpukit/include/rtems/posix/rwlockimpl.h
diff --git a/cpukit/posix/include/rtems/posix/semaphore.h b/cpukit/include/rtems/posix/semaphore.h
index 9133db22be..9133db22be 100644
--- a/cpukit/posix/include/rtems/posix/semaphore.h
+++ b/cpukit/include/rtems/posix/semaphore.h
diff --git a/cpukit/posix/include/rtems/posix/semaphoreimpl.h b/cpukit/include/rtems/posix/semaphoreimpl.h
index fd17743699..fd17743699 100644
--- a/cpukit/posix/include/rtems/posix/semaphoreimpl.h
+++ b/cpukit/include/rtems/posix/semaphoreimpl.h
diff --git a/cpukit/posix/include/rtems/posix/shm.h b/cpukit/include/rtems/posix/shm.h
index d2b6036493..d2b6036493 100644
--- a/cpukit/posix/include/rtems/posix/shm.h
+++ b/cpukit/include/rtems/posix/shm.h
diff --git a/cpukit/posix/include/rtems/posix/shmimpl.h b/cpukit/include/rtems/posix/shmimpl.h
index f16af8123d..f16af8123d 100644
--- a/cpukit/posix/include/rtems/posix/shmimpl.h
+++ b/cpukit/include/rtems/posix/shmimpl.h
diff --git a/cpukit/posix/include/rtems/posix/sigset.h b/cpukit/include/rtems/posix/sigset.h
index 96bcc086ba..96bcc086ba 100644
--- a/cpukit/posix/include/rtems/posix/sigset.h
+++ b/cpukit/include/rtems/posix/sigset.h
diff --git a/cpukit/posix/include/rtems/posix/spinlockimpl.h b/cpukit/include/rtems/posix/spinlockimpl.h
index d28e0391fc..d28e0391fc 100644
--- a/cpukit/posix/include/rtems/posix/spinlockimpl.h
+++ b/cpukit/include/rtems/posix/spinlockimpl.h
diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/include/rtems/posix/threadsup.h
index d3ee5b28bb..d3ee5b28bb 100644
--- a/cpukit/posix/include/rtems/posix/threadsup.h
+++ b/cpukit/include/rtems/posix/threadsup.h
diff --git a/cpukit/posix/include/rtems/posix/timer.h b/cpukit/include/rtems/posix/timer.h
index 79fe093219..79fe093219 100644
--- a/cpukit/posix/include/rtems/posix/timer.h
+++ b/cpukit/include/rtems/posix/timer.h
diff --git a/cpukit/posix/include/rtems/posix/timerimpl.h b/cpukit/include/rtems/posix/timerimpl.h
index 42a814c992..42a814c992 100644
--- a/cpukit/posix/include/rtems/posix/timerimpl.h
+++ b/cpukit/include/rtems/posix/timerimpl.h
diff --git a/cpukit/sapi/include/rtems/profiling.h b/cpukit/include/rtems/profiling.h
index 9e434b2a3c..9e434b2a3c 100644
--- a/cpukit/sapi/include/rtems/profiling.h
+++ b/cpukit/include/rtems/profiling.h
diff --git a/cpukit/telnetd/pty.h b/cpukit/include/rtems/pty.h
index 392bfd0969..392bfd0969 100644
--- a/cpukit/telnetd/pty.h
+++ b/cpukit/include/rtems/pty.h
diff --git a/cpukit/libqos/qreslib.h b/cpukit/include/rtems/qreslib.h
index 3de8668fdb..3de8668fdb 100644
--- a/cpukit/libqos/qreslib.h
+++ b/cpukit/include/rtems/qreslib.h
diff --git a/cpukit/libblock/include/rtems/ramdisk.h b/cpukit/include/rtems/ramdisk.h
index 727efddbe8..727efddbe8 100644
--- a/cpukit/libblock/include/rtems/ramdisk.h
+++ b/cpukit/include/rtems/ramdisk.h
diff --git a/cpukit/sapi/include/rtems/rbheap.h b/cpukit/include/rtems/rbheap.h
index 735aa6c8fd..735aa6c8fd 100644
--- a/cpukit/sapi/include/rtems/rbheap.h
+++ b/cpukit/include/rtems/rbheap.h
diff --git a/cpukit/sapi/include/rtems/rbtree.h b/cpukit/include/rtems/rbtree.h
index 57821cf31d..57821cf31d 100644
--- a/cpukit/sapi/include/rtems/rbtree.h
+++ b/cpukit/include/rtems/rbtree.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h b/cpukit/include/rtems/rfs/rtems-rfs-bitmaps.h
index 5574339421..5574339421 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-bitmaps.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-bitmaps.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h b/cpukit/include/rtems/rfs/rtems-rfs-block-pos.h
index 7d0f0693be..7d0f0693be 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-block-pos.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-block-pos.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-block.h b/cpukit/include/rtems/rfs/rtems-rfs-block.h
index 394853b7ad..394853b7ad 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-block.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-block.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-buffer.h b/cpukit/include/rtems/rfs/rtems-rfs-buffer.h
index 1c603e1827..1c603e1827 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-buffer.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-buffer.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-data.h b/cpukit/include/rtems/rfs/rtems-rfs-data.h
index 6217e74587..6217e74587 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-data.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-data.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h b/cpukit/include/rtems/rfs/rtems-rfs-dir-hash.h
index d9a8a2004f..d9a8a2004f 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir-hash.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-dir-hash.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-dir.h b/cpukit/include/rtems/rfs/rtems-rfs-dir.h
index ae3647d03c..ae3647d03c 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-dir.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-dir.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h b/cpukit/include/rtems/rfs/rtems-rfs-file-system-fwd.h
index e239c25d6f..e239c25d6f 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system-fwd.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-file-system-fwd.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system.h b/cpukit/include/rtems/rfs/rtems-rfs-file-system.h
index e00b142532..e00b142532 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-file-system.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file.h b/cpukit/include/rtems/rfs/rtems-rfs-file.h
index 772e846143..772e846143 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-file.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-group.h b/cpukit/include/rtems/rfs/rtems-rfs-group.h
index 23e6434b2c..23e6434b2c 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-group.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-group.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-inode.h b/cpukit/include/rtems/rfs/rtems-rfs-inode.h
index 95861ea8a7..95861ea8a7 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-inode.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-inode.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-link.h b/cpukit/include/rtems/rfs/rtems-rfs-link.h
index d30814aaff..d30814aaff 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-link.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-link.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-mutex.h b/cpukit/include/rtems/rfs/rtems-rfs-mutex.h
index 606fd53233..606fd53233 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-mutex.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-mutex.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-trace.h b/cpukit/include/rtems/rfs/rtems-rfs-trace.h
index 4d6d0c9ddb..4d6d0c9ddb 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-trace.h
+++ b/cpukit/include/rtems/rfs/rtems-rfs-trace.h
diff --git a/cpukit/libcsupport/include/ringbuf.h b/cpukit/include/rtems/ringbuf.h
index c16a79d1ae..c16a79d1ae 100644
--- a/cpukit/libcsupport/include/ringbuf.h
+++ b/cpukit/include/rtems/ringbuf.h
diff --git a/cpukit/libdebugger/rtems-debugger.h b/cpukit/include/rtems/rtems-debugger.h
index 1fc8b3d522..1fc8b3d522 100644
--- a/cpukit/libdebugger/rtems-debugger.h
+++ b/cpukit/include/rtems/rtems-debugger.h
diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt-shell.h b/cpukit/include/rtems/rtems-fdt-shell.h
index 74e9a44aaf..74e9a44aaf 100644
--- a/cpukit/libmisc/rtems-fdt/rtems-fdt-shell.h
+++ b/cpukit/include/rtems/rtems-fdt-shell.h
diff --git a/cpukit/libmisc/rtems-fdt/rtems-fdt.h b/cpukit/include/rtems/rtems-fdt.h
index ebc222e4c9..ebc222e4c9 100644
--- a/cpukit/libmisc/rtems-fdt/rtems-fdt.h
+++ b/cpukit/include/rtems/rtems-fdt.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-format.h b/cpukit/include/rtems/rtems-rfs-format.h
index f65cce1789..f65cce1789 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-format.h
+++ b/cpukit/include/rtems/rtems-rfs-format.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-shell.h b/cpukit/include/rtems/rtems-rfs-shell.h
index c2e1108a47..c2e1108a47 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-shell.h
+++ b/cpukit/include/rtems/rtems-rfs-shell.h
diff --git a/cpukit/libfs/src/rfs/rtems-rfs.h b/cpukit/include/rtems/rtems-rfs.h
index 958f9a636b..958f9a636b 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs.h
+++ b/cpukit/include/rtems/rtems-rfs.h
diff --git a/cpukit/rtems/include/rtems/rtems/asr.h b/cpukit/include/rtems/rtems/asr.h
index edd5e2fe62..edd5e2fe62 100644
--- a/cpukit/rtems/include/rtems/rtems/asr.h
+++ b/cpukit/include/rtems/rtems/asr.h
diff --git a/cpukit/rtems/include/rtems/rtems/asrimpl.h b/cpukit/include/rtems/rtems/asrimpl.h
index 141c34d4bb..141c34d4bb 100644
--- a/cpukit/rtems/include/rtems/rtems/asrimpl.h
+++ b/cpukit/include/rtems/rtems/asrimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/attr.h b/cpukit/include/rtems/rtems/attr.h
index 7e8fa4818a..7e8fa4818a 100644
--- a/cpukit/rtems/include/rtems/rtems/attr.h
+++ b/cpukit/include/rtems/rtems/attr.h
diff --git a/cpukit/rtems/include/rtems/rtems/attrimpl.h b/cpukit/include/rtems/rtems/attrimpl.h
index bb8e5f8f58..bb8e5f8f58 100644
--- a/cpukit/rtems/include/rtems/rtems/attrimpl.h
+++ b/cpukit/include/rtems/rtems/attrimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/barrier.h b/cpukit/include/rtems/rtems/barrier.h
index 2eea90fa41..2eea90fa41 100644
--- a/cpukit/rtems/include/rtems/rtems/barrier.h
+++ b/cpukit/include/rtems/rtems/barrier.h
diff --git a/cpukit/rtems/include/rtems/rtems/barrierimpl.h b/cpukit/include/rtems/rtems/barrierimpl.h
index f0b53e0cab..f0b53e0cab 100644
--- a/cpukit/rtems/include/rtems/rtems/barrierimpl.h
+++ b/cpukit/include/rtems/rtems/barrierimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/cache.h b/cpukit/include/rtems/rtems/cache.h
index f1dc9bf03d..f1dc9bf03d 100644
--- a/cpukit/rtems/include/rtems/rtems/cache.h
+++ b/cpukit/include/rtems/rtems/cache.h
diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/include/rtems/rtems/clock.h
index a837b88700..a837b88700 100644
--- a/cpukit/rtems/include/rtems/rtems/clock.h
+++ b/cpukit/include/rtems/rtems/clock.h
diff --git a/cpukit/rtems/include/rtems/rtems/config.h b/cpukit/include/rtems/rtems/config.h
index 77ee798d74..77ee798d74 100644
--- a/cpukit/rtems/include/rtems/rtems/config.h
+++ b/cpukit/include/rtems/rtems/config.h
diff --git a/cpukit/rtems/include/rtems/rtems/dpmem.h b/cpukit/include/rtems/rtems/dpmem.h
index e582d2d359..e582d2d359 100644
--- a/cpukit/rtems/include/rtems/rtems/dpmem.h
+++ b/cpukit/include/rtems/rtems/dpmem.h
diff --git a/cpukit/rtems/include/rtems/rtems/dpmemimpl.h b/cpukit/include/rtems/rtems/dpmemimpl.h
index 52ac48c8dc..52ac48c8dc 100644
--- a/cpukit/rtems/include/rtems/rtems/dpmemimpl.h
+++ b/cpukit/include/rtems/rtems/dpmemimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/event.h b/cpukit/include/rtems/rtems/event.h
index 1cd64c0cfa..1cd64c0cfa 100644
--- a/cpukit/rtems/include/rtems/rtems/event.h
+++ b/cpukit/include/rtems/rtems/event.h
diff --git a/cpukit/rtems/include/rtems/rtems/eventimpl.h b/cpukit/include/rtems/rtems/eventimpl.h
index 933ea0fe2b..933ea0fe2b 100644
--- a/cpukit/rtems/include/rtems/rtems/eventimpl.h
+++ b/cpukit/include/rtems/rtems/eventimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/eventmp.h b/cpukit/include/rtems/rtems/eventmp.h
index a80e60c4e0..a80e60c4e0 100644
--- a/cpukit/rtems/include/rtems/rtems/eventmp.h
+++ b/cpukit/include/rtems/rtems/eventmp.h
diff --git a/cpukit/rtems/include/rtems/rtems/intr.h b/cpukit/include/rtems/rtems/intr.h
index 7f99d93883..7f99d93883 100644
--- a/cpukit/rtems/include/rtems/rtems/intr.h
+++ b/cpukit/include/rtems/rtems/intr.h
diff --git a/cpukit/rtems/mainpage.h b/cpukit/include/rtems/rtems/mainpage.h
index e2d51328cf..e2d51328cf 100644
--- a/cpukit/rtems/mainpage.h
+++ b/cpukit/include/rtems/rtems/mainpage.h
diff --git a/cpukit/rtems/include/rtems/rtems/message.h b/cpukit/include/rtems/rtems/message.h
index 8ae9e156a1..8ae9e156a1 100644
--- a/cpukit/rtems/include/rtems/rtems/message.h
+++ b/cpukit/include/rtems/rtems/message.h
diff --git a/cpukit/rtems/include/rtems/rtems/messageimpl.h b/cpukit/include/rtems/rtems/messageimpl.h
index df7cea6829..df7cea6829 100644
--- a/cpukit/rtems/include/rtems/rtems/messageimpl.h
+++ b/cpukit/include/rtems/rtems/messageimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/modes.h b/cpukit/include/rtems/rtems/modes.h
index 547ae13e05..547ae13e05 100644
--- a/cpukit/rtems/include/rtems/rtems/modes.h
+++ b/cpukit/include/rtems/rtems/modes.h
diff --git a/cpukit/rtems/include/rtems/rtems/modesimpl.h b/cpukit/include/rtems/rtems/modesimpl.h
index 8c1acc7cb9..8c1acc7cb9 100644
--- a/cpukit/rtems/include/rtems/rtems/modesimpl.h
+++ b/cpukit/include/rtems/rtems/modesimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/mp.h b/cpukit/include/rtems/rtems/mp.h
index f1b93b6751..f1b93b6751 100644
--- a/cpukit/rtems/include/rtems/rtems/mp.h
+++ b/cpukit/include/rtems/rtems/mp.h
diff --git a/cpukit/rtems/include/rtems/rtems/msgmp.h b/cpukit/include/rtems/rtems/msgmp.h
index 3dabd8d46b..3dabd8d46b 100644
--- a/cpukit/rtems/include/rtems/rtems/msgmp.h
+++ b/cpukit/include/rtems/rtems/msgmp.h
diff --git a/cpukit/rtems/include/rtems/rtems/object.h b/cpukit/include/rtems/rtems/object.h
index 2652915462..2652915462 100644
--- a/cpukit/rtems/include/rtems/rtems/object.h
+++ b/cpukit/include/rtems/rtems/object.h
diff --git a/cpukit/rtems/include/rtems/rtems/options.h b/cpukit/include/rtems/rtems/options.h
index 752aefda2e..752aefda2e 100644
--- a/cpukit/rtems/include/rtems/rtems/options.h
+++ b/cpukit/include/rtems/rtems/options.h
diff --git a/cpukit/rtems/include/rtems/rtems/optionsimpl.h b/cpukit/include/rtems/rtems/optionsimpl.h
index 0263fcf78d..0263fcf78d 100644
--- a/cpukit/rtems/include/rtems/rtems/optionsimpl.h
+++ b/cpukit/include/rtems/rtems/optionsimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/part.h b/cpukit/include/rtems/rtems/part.h
index 5b840cc96c..5b840cc96c 100644
--- a/cpukit/rtems/include/rtems/rtems/part.h
+++ b/cpukit/include/rtems/rtems/part.h
diff --git a/cpukit/rtems/include/rtems/rtems/partimpl.h b/cpukit/include/rtems/rtems/partimpl.h
index 13ee86b4c2..13ee86b4c2 100644
--- a/cpukit/rtems/include/rtems/rtems/partimpl.h
+++ b/cpukit/include/rtems/rtems/partimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/partmp.h b/cpukit/include/rtems/rtems/partmp.h
index b9eaa08b8c..b9eaa08b8c 100644
--- a/cpukit/rtems/include/rtems/rtems/partmp.h
+++ b/cpukit/include/rtems/rtems/partmp.h
diff --git a/cpukit/rtems/include/rtems/rtems/ratemon.h b/cpukit/include/rtems/rtems/ratemon.h
index ca48a92983..ca48a92983 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemon.h
+++ b/cpukit/include/rtems/rtems/ratemon.h
diff --git a/cpukit/rtems/include/rtems/rtems/ratemonimpl.h b/cpukit/include/rtems/rtems/ratemonimpl.h
index ba38a3e61a..ba38a3e61a 100644
--- a/cpukit/rtems/include/rtems/rtems/ratemonimpl.h
+++ b/cpukit/include/rtems/rtems/ratemonimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/region.h b/cpukit/include/rtems/rtems/region.h
index 4772e2835b..4772e2835b 100644
--- a/cpukit/rtems/include/rtems/rtems/region.h
+++ b/cpukit/include/rtems/rtems/region.h
diff --git a/cpukit/rtems/include/rtems/rtems/regionimpl.h b/cpukit/include/rtems/rtems/regionimpl.h
index 178b7ea32b..178b7ea32b 100644
--- a/cpukit/rtems/include/rtems/rtems/regionimpl.h
+++ b/cpukit/include/rtems/rtems/regionimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/include/rtems/rtems/sem.h
index 41b0061979..41b0061979 100644
--- a/cpukit/rtems/include/rtems/rtems/sem.h
+++ b/cpukit/include/rtems/rtems/sem.h
diff --git a/cpukit/rtems/include/rtems/rtems/semimpl.h b/cpukit/include/rtems/rtems/semimpl.h
index 6d0f156e5c..6d0f156e5c 100644
--- a/cpukit/rtems/include/rtems/rtems/semimpl.h
+++ b/cpukit/include/rtems/rtems/semimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/semmp.h b/cpukit/include/rtems/rtems/semmp.h
index 9d7669f43e..9d7669f43e 100644
--- a/cpukit/rtems/include/rtems/rtems/semmp.h
+++ b/cpukit/include/rtems/rtems/semmp.h
diff --git a/cpukit/rtems/include/rtems/rtems/signal.h b/cpukit/include/rtems/rtems/signal.h
index f7b7000d9a..f7b7000d9a 100644
--- a/cpukit/rtems/include/rtems/rtems/signal.h
+++ b/cpukit/include/rtems/rtems/signal.h
diff --git a/cpukit/rtems/include/rtems/rtems/signalimpl.h b/cpukit/include/rtems/rtems/signalimpl.h
index 61848ae95c..61848ae95c 100644
--- a/cpukit/rtems/include/rtems/rtems/signalimpl.h
+++ b/cpukit/include/rtems/rtems/signalimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/signalmp.h b/cpukit/include/rtems/rtems/signalmp.h
index 57b8682c58..57b8682c58 100644
--- a/cpukit/rtems/include/rtems/rtems/signalmp.h
+++ b/cpukit/include/rtems/rtems/signalmp.h
diff --git a/cpukit/rtems/include/rtems/rtems/smp.h b/cpukit/include/rtems/rtems/smp.h
index aeb0df6f46..aeb0df6f46 100644
--- a/cpukit/rtems/include/rtems/rtems/smp.h
+++ b/cpukit/include/rtems/rtems/smp.h
diff --git a/cpukit/rtems/include/rtems/rtems/status.h b/cpukit/include/rtems/rtems/status.h
index c54404ba14..c54404ba14 100644
--- a/cpukit/rtems/include/rtems/rtems/status.h
+++ b/cpukit/include/rtems/rtems/status.h
diff --git a/cpukit/rtems/include/rtems/rtems/statusimpl.h b/cpukit/include/rtems/rtems/statusimpl.h
index 8a51bb8b19..8a51bb8b19 100644
--- a/cpukit/rtems/include/rtems/rtems/statusimpl.h
+++ b/cpukit/include/rtems/rtems/statusimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/support.h b/cpukit/include/rtems/rtems/support.h
index 4ebb50cbdf..4ebb50cbdf 100644
--- a/cpukit/rtems/include/rtems/rtems/support.h
+++ b/cpukit/include/rtems/rtems/support.h
diff --git a/cpukit/rtems/include/rtems/rtems/taskmp.h b/cpukit/include/rtems/rtems/taskmp.h
index e2d70a924e..e2d70a924e 100644
--- a/cpukit/rtems/include/rtems/rtems/taskmp.h
+++ b/cpukit/include/rtems/rtems/taskmp.h
diff --git a/cpukit/rtems/include/rtems/rtems/tasks.h b/cpukit/include/rtems/rtems/tasks.h
index 585f4c449c..585f4c449c 100644
--- a/cpukit/rtems/include/rtems/rtems/tasks.h
+++ b/cpukit/include/rtems/rtems/tasks.h
diff --git a/cpukit/rtems/include/rtems/rtems/tasksimpl.h b/cpukit/include/rtems/rtems/tasksimpl.h
index b0432351f3..b0432351f3 100644
--- a/cpukit/rtems/include/rtems/rtems/tasksimpl.h
+++ b/cpukit/include/rtems/rtems/tasksimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/timer.h b/cpukit/include/rtems/rtems/timer.h
index 032c49525a..032c49525a 100644
--- a/cpukit/rtems/include/rtems/rtems/timer.h
+++ b/cpukit/include/rtems/rtems/timer.h
diff --git a/cpukit/rtems/include/rtems/rtems/timerimpl.h b/cpukit/include/rtems/rtems/timerimpl.h
index d8581bfcd8..d8581bfcd8 100644
--- a/cpukit/rtems/include/rtems/rtems/timerimpl.h
+++ b/cpukit/include/rtems/rtems/timerimpl.h
diff --git a/cpukit/rtems/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index 82c0edd3c3..82c0edd3c3 100644
--- a/cpukit/rtems/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
diff --git a/cpukit/pppd/rtemsdialer.h b/cpukit/include/rtems/rtemsdialer.h
index 611986b802..611986b802 100644
--- a/cpukit/pppd/rtemsdialer.h
+++ b/cpukit/include/rtems/rtemsdialer.h
diff --git a/cpukit/pppd/rtemspppd.h b/cpukit/include/rtems/rtemspppd.h
index a6c8d0b398..a6c8d0b398 100644
--- a/cpukit/pppd/rtemspppd.h
+++ b/cpukit/include/rtems/rtemspppd.h
diff --git a/cpukit/libdl/dlfcn-shell.h b/cpukit/include/rtems/rtl/dlfcn-shell.h
index 9383577d25..9383577d25 100644
--- a/cpukit/libdl/dlfcn-shell.h
+++ b/cpukit/include/rtems/rtl/dlfcn-shell.h
diff --git a/cpukit/libdl/rap-shell.h b/cpukit/include/rtems/rtl/rap-shell.h
index c2d9112c0f..c2d9112c0f 100644
--- a/cpukit/libdl/rap-shell.h
+++ b/cpukit/include/rtems/rtl/rap-shell.h
diff --git a/cpukit/libdl/rap.h b/cpukit/include/rtems/rtl/rap.h
index 0b86553e2b..0b86553e2b 100644
--- a/cpukit/libdl/rap.h
+++ b/cpukit/include/rtems/rtl/rap.h
diff --git a/cpukit/libdl/rtl-allocator.h b/cpukit/include/rtems/rtl/rtl-allocator.h
index e8044ee1e8..e8044ee1e8 100644
--- a/cpukit/libdl/rtl-allocator.h
+++ b/cpukit/include/rtems/rtl/rtl-allocator.h
diff --git a/cpukit/libdl/rtl-fwd.h b/cpukit/include/rtems/rtl/rtl-fwd.h
index 4641ad5d5e..4641ad5d5e 100644
--- a/cpukit/libdl/rtl-fwd.h
+++ b/cpukit/include/rtems/rtl/rtl-fwd.h
diff --git a/cpukit/libdl/rtl-indirect-ptr.h b/cpukit/include/rtems/rtl/rtl-indirect-ptr.h
index 81503a3b45..81503a3b45 100644
--- a/cpukit/libdl/rtl-indirect-ptr.h
+++ b/cpukit/include/rtems/rtl/rtl-indirect-ptr.h
diff --git a/cpukit/libdl/rtl-obj-cache.h b/cpukit/include/rtems/rtl/rtl-obj-cache.h
index 8eacdd316b..8eacdd316b 100644
--- a/cpukit/libdl/rtl-obj-cache.h
+++ b/cpukit/include/rtems/rtl/rtl-obj-cache.h
diff --git a/cpukit/libdl/rtl-obj-comp.h b/cpukit/include/rtems/rtl/rtl-obj-comp.h
index 34bfa6ffa1..34bfa6ffa1 100644
--- a/cpukit/libdl/rtl-obj-comp.h
+++ b/cpukit/include/rtems/rtl/rtl-obj-comp.h
diff --git a/cpukit/libdl/rtl-obj-fwd.h b/cpukit/include/rtems/rtl/rtl-obj-fwd.h
index 2c53244316..2c53244316 100644
--- a/cpukit/libdl/rtl-obj-fwd.h
+++ b/cpukit/include/rtems/rtl/rtl-obj-fwd.h
diff --git a/cpukit/libdl/rtl-obj.h b/cpukit/include/rtems/rtl/rtl-obj.h
index 6a35a72822..6a35a72822 100644
--- a/cpukit/libdl/rtl-obj.h
+++ b/cpukit/include/rtems/rtl/rtl-obj.h
diff --git a/cpukit/libdl/rtl-sym.h b/cpukit/include/rtems/rtl/rtl-sym.h
index fe00da89d7..fe00da89d7 100644
--- a/cpukit/libdl/rtl-sym.h
+++ b/cpukit/include/rtems/rtl/rtl-sym.h
diff --git a/cpukit/libdl/rtl-trace.h b/cpukit/include/rtems/rtl/rtl-trace.h
index 4b93c8c91c..4b93c8c91c 100644
--- a/cpukit/libdl/rtl-trace.h
+++ b/cpukit/include/rtems/rtl/rtl-trace.h
diff --git a/cpukit/libdl/rtl-unresolved.h b/cpukit/include/rtems/rtl/rtl-unresolved.h
index bd4ce2a215..bd4ce2a215 100644
--- a/cpukit/libdl/rtl-unresolved.h
+++ b/cpukit/include/rtems/rtl/rtl-unresolved.h
diff --git a/cpukit/libdl/rtl.h b/cpukit/include/rtems/rtl/rtl.h
index fe9a7df081..fe9a7df081 100644
--- a/cpukit/libdl/rtl.h
+++ b/cpukit/include/rtems/rtl/rtl.h
diff --git a/cpukit/sapi/include/rtems/scheduler.h b/cpukit/include/rtems/scheduler.h
index 8684b798f7..8684b798f7 100644
--- a/cpukit/sapi/include/rtems/scheduler.h
+++ b/cpukit/include/rtems/scheduler.h
diff --git a/cpukit/score/include/rtems/score/address.h b/cpukit/include/rtems/score/address.h
index 8f38f7c2dc..8f38f7c2dc 100644
--- a/cpukit/score/include/rtems/score/address.h
+++ b/cpukit/include/rtems/score/address.h
diff --git a/cpukit/score/include/rtems/score/apimutex.h b/cpukit/include/rtems/score/apimutex.h
index f43edf23f4..f43edf23f4 100644
--- a/cpukit/score/include/rtems/score/apimutex.h
+++ b/cpukit/include/rtems/score/apimutex.h
diff --git a/cpukit/score/include/rtems/score/assert.h b/cpukit/include/rtems/score/assert.h
index d4432838ce..d4432838ce 100644
--- a/cpukit/score/include/rtems/score/assert.h
+++ b/cpukit/include/rtems/score/assert.h
diff --git a/cpukit/score/include/rtems/score/atomic.h b/cpukit/include/rtems/score/atomic.h
index 526926926f..526926926f 100644
--- a/cpukit/score/include/rtems/score/atomic.h
+++ b/cpukit/include/rtems/score/atomic.h
diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h
index 4e48d226e8..4e48d226e8 100644
--- a/cpukit/score/include/rtems/score/basedefs.h
+++ b/cpukit/include/rtems/score/basedefs.h
diff --git a/cpukit/score/include/rtems/score/chain.h b/cpukit/include/rtems/score/chain.h
index e358262e6e..e358262e6e 100644
--- a/cpukit/score/include/rtems/score/chain.h
+++ b/cpukit/include/rtems/score/chain.h
diff --git a/cpukit/score/include/rtems/score/chainimpl.h b/cpukit/include/rtems/score/chainimpl.h
index c94c051198..c94c051198 100644
--- a/cpukit/score/include/rtems/score/chainimpl.h
+++ b/cpukit/include/rtems/score/chainimpl.h
diff --git a/cpukit/score/include/rtems/score/context.h b/cpukit/include/rtems/score/context.h
index 990a602396..990a602396 100644
--- a/cpukit/score/include/rtems/score/context.h
+++ b/cpukit/include/rtems/score/context.h
diff --git a/cpukit/score/include/rtems/score/copyrt.h b/cpukit/include/rtems/score/copyrt.h
index 17c925a008..17c925a008 100644
--- a/cpukit/score/include/rtems/score/copyrt.h
+++ b/cpukit/include/rtems/score/copyrt.h
diff --git a/cpukit/score/include/rtems/score/corebarrier.h b/cpukit/include/rtems/score/corebarrier.h
index ba706be3e3..ba706be3e3 100644
--- a/cpukit/score/include/rtems/score/corebarrier.h
+++ b/cpukit/include/rtems/score/corebarrier.h
diff --git a/cpukit/score/include/rtems/score/corebarrierimpl.h b/cpukit/include/rtems/score/corebarrierimpl.h
index d5d63659d0..d5d63659d0 100644
--- a/cpukit/score/include/rtems/score/corebarrierimpl.h
+++ b/cpukit/include/rtems/score/corebarrierimpl.h
diff --git a/cpukit/score/include/rtems/score/coremsg.h b/cpukit/include/rtems/score/coremsg.h
index 8d25529fdc..8d25529fdc 100644
--- a/cpukit/score/include/rtems/score/coremsg.h
+++ b/cpukit/include/rtems/score/coremsg.h
diff --git a/cpukit/score/include/rtems/score/coremsgimpl.h b/cpukit/include/rtems/score/coremsgimpl.h
index e33e3308b2..e33e3308b2 100644
--- a/cpukit/score/include/rtems/score/coremsgimpl.h
+++ b/cpukit/include/rtems/score/coremsgimpl.h
diff --git a/cpukit/score/include/rtems/score/coremutex.h b/cpukit/include/rtems/score/coremutex.h
index fd1f27c697..fd1f27c697 100644
--- a/cpukit/score/include/rtems/score/coremutex.h
+++ b/cpukit/include/rtems/score/coremutex.h
diff --git a/cpukit/score/include/rtems/score/coremuteximpl.h b/cpukit/include/rtems/score/coremuteximpl.h
index 78fafca6e1..78fafca6e1 100644
--- a/cpukit/score/include/rtems/score/coremuteximpl.h
+++ b/cpukit/include/rtems/score/coremuteximpl.h
diff --git a/cpukit/score/include/rtems/score/corerwlockimpl.h b/cpukit/include/rtems/score/corerwlockimpl.h
index 942e8c8d75..942e8c8d75 100644
--- a/cpukit/score/include/rtems/score/corerwlockimpl.h
+++ b/cpukit/include/rtems/score/corerwlockimpl.h
diff --git a/cpukit/score/include/rtems/score/coresem.h b/cpukit/include/rtems/score/coresem.h
index f9d3ac8fd5..f9d3ac8fd5 100644
--- a/cpukit/score/include/rtems/score/coresem.h
+++ b/cpukit/include/rtems/score/coresem.h
diff --git a/cpukit/score/include/rtems/score/coresemimpl.h b/cpukit/include/rtems/score/coresemimpl.h
index 00f77e61dd..00f77e61dd 100644
--- a/cpukit/score/include/rtems/score/coresemimpl.h
+++ b/cpukit/include/rtems/score/coresemimpl.h
diff --git a/cpukit/score/include/rtems/score/cpustdatomic.h b/cpukit/include/rtems/score/cpustdatomic.h
index 6c6db8d279..6c6db8d279 100644
--- a/cpukit/score/include/rtems/score/cpustdatomic.h
+++ b/cpukit/include/rtems/score/cpustdatomic.h
diff --git a/cpukit/score/include/rtems/score/freechain.h b/cpukit/include/rtems/score/freechain.h
index 1540c0e2a1..1540c0e2a1 100644
--- a/cpukit/score/include/rtems/score/freechain.h
+++ b/cpukit/include/rtems/score/freechain.h
diff --git a/cpukit/score/include/rtems/score/heap.h b/cpukit/include/rtems/score/heap.h
index 60cb3be99d..60cb3be99d 100644
--- a/cpukit/score/include/rtems/score/heap.h
+++ b/cpukit/include/rtems/score/heap.h
diff --git a/cpukit/score/include/rtems/score/heapimpl.h b/cpukit/include/rtems/score/heapimpl.h
index a8948edd6f..a8948edd6f 100644
--- a/cpukit/score/include/rtems/score/heapimpl.h
+++ b/cpukit/include/rtems/score/heapimpl.h
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/include/rtems/score/interr.h
index 3144952716..3144952716 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/include/rtems/score/interr.h
diff --git a/cpukit/score/include/rtems/score/io.h b/cpukit/include/rtems/score/io.h
index ae3c57f031..ae3c57f031 100644
--- a/cpukit/score/include/rtems/score/io.h
+++ b/cpukit/include/rtems/score/io.h
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/include/rtems/score/isr.h
index d9c03b807f..d9c03b807f 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/include/rtems/score/isr.h
diff --git a/cpukit/score/include/rtems/score/isrlevel.h b/cpukit/include/rtems/score/isrlevel.h
index abfb1b67fc..abfb1b67fc 100644
--- a/cpukit/score/include/rtems/score/isrlevel.h
+++ b/cpukit/include/rtems/score/isrlevel.h
diff --git a/cpukit/score/include/rtems/score/isrlock.h b/cpukit/include/rtems/score/isrlock.h
index 7dd2f29000..7dd2f29000 100644
--- a/cpukit/score/include/rtems/score/isrlock.h
+++ b/cpukit/include/rtems/score/isrlock.h
diff --git a/cpukit/score/include/rtems/score/mpci.h b/cpukit/include/rtems/score/mpci.h
index c20b45c3e1..c20b45c3e1 100644
--- a/cpukit/score/include/rtems/score/mpci.h
+++ b/cpukit/include/rtems/score/mpci.h
diff --git a/cpukit/score/include/rtems/score/mpciimpl.h b/cpukit/include/rtems/score/mpciimpl.h
index eb03a1d7b3..eb03a1d7b3 100644
--- a/cpukit/score/include/rtems/score/mpciimpl.h
+++ b/cpukit/include/rtems/score/mpciimpl.h
diff --git a/cpukit/score/include/rtems/score/mppkt.h b/cpukit/include/rtems/score/mppkt.h
index 573abf574b..573abf574b 100644
--- a/cpukit/score/include/rtems/score/mppkt.h
+++ b/cpukit/include/rtems/score/mppkt.h
diff --git a/cpukit/score/include/rtems/score/mrsp.h b/cpukit/include/rtems/score/mrsp.h
index 85cbff784f..85cbff784f 100644
--- a/cpukit/score/include/rtems/score/mrsp.h
+++ b/cpukit/include/rtems/score/mrsp.h
diff --git a/cpukit/score/include/rtems/score/mrspimpl.h b/cpukit/include/rtems/score/mrspimpl.h
index b9c7441401..b9c7441401 100644
--- a/cpukit/score/include/rtems/score/mrspimpl.h
+++ b/cpukit/include/rtems/score/mrspimpl.h
diff --git a/cpukit/score/include/rtems/score/muteximpl.h b/cpukit/include/rtems/score/muteximpl.h
index 5fd4f5e8be..5fd4f5e8be 100644
--- a/cpukit/score/include/rtems/score/muteximpl.h
+++ b/cpukit/include/rtems/score/muteximpl.h
diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/include/rtems/score/object.h
index 6789c61fea..6789c61fea 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/include/rtems/score/object.h
diff --git a/cpukit/score/include/rtems/score/objectimpl.h b/cpukit/include/rtems/score/objectimpl.h
index cc5820785c..cc5820785c 100644
--- a/cpukit/score/include/rtems/score/objectimpl.h
+++ b/cpukit/include/rtems/score/objectimpl.h
diff --git a/cpukit/score/include/rtems/score/objectmp.h b/cpukit/include/rtems/score/objectmp.h
index 5c9f4f74e3..5c9f4f74e3 100644
--- a/cpukit/score/include/rtems/score/objectmp.h
+++ b/cpukit/include/rtems/score/objectmp.h
diff --git a/cpukit/score/include/rtems/score/onceimpl.h b/cpukit/include/rtems/score/onceimpl.h
index 60f1378506..60f1378506 100644
--- a/cpukit/score/include/rtems/score/onceimpl.h
+++ b/cpukit/include/rtems/score/onceimpl.h
diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/include/rtems/score/percpu.h
index 00528b5ce3..00528b5ce3 100644
--- a/cpukit/score/include/rtems/score/percpu.h
+++ b/cpukit/include/rtems/score/percpu.h
diff --git a/cpukit/score/include/rtems/score/priority.h b/cpukit/include/rtems/score/priority.h
index 7a8ddba763..7a8ddba763 100644
--- a/cpukit/score/include/rtems/score/priority.h
+++ b/cpukit/include/rtems/score/priority.h
diff --git a/cpukit/score/include/rtems/score/prioritybitmap.h b/cpukit/include/rtems/score/prioritybitmap.h
index 40638dd628..40638dd628 100644
--- a/cpukit/score/include/rtems/score/prioritybitmap.h
+++ b/cpukit/include/rtems/score/prioritybitmap.h
diff --git a/cpukit/score/include/rtems/score/prioritybitmapimpl.h b/cpukit/include/rtems/score/prioritybitmapimpl.h
index 82c92eb5d6..82c92eb5d6 100644
--- a/cpukit/score/include/rtems/score/prioritybitmapimpl.h
+++ b/cpukit/include/rtems/score/prioritybitmapimpl.h
diff --git a/cpukit/score/include/rtems/score/priorityimpl.h b/cpukit/include/rtems/score/priorityimpl.h
index 3380983cb7..3380983cb7 100644
--- a/cpukit/score/include/rtems/score/priorityimpl.h
+++ b/cpukit/include/rtems/score/priorityimpl.h
diff --git a/cpukit/score/include/rtems/score/processormask.h b/cpukit/include/rtems/score/processormask.h
index a06aa2a56b..a06aa2a56b 100644
--- a/cpukit/score/include/rtems/score/processormask.h
+++ b/cpukit/include/rtems/score/processormask.h
diff --git a/cpukit/score/include/rtems/score/profiling.h b/cpukit/include/rtems/score/profiling.h
index 6ba5d2987f..6ba5d2987f 100644
--- a/cpukit/score/include/rtems/score/profiling.h
+++ b/cpukit/include/rtems/score/profiling.h
diff --git a/cpukit/score/include/rtems/score/protectedheap.h b/cpukit/include/rtems/score/protectedheap.h
index a08fa36cf3..a08fa36cf3 100644
--- a/cpukit/score/include/rtems/score/protectedheap.h
+++ b/cpukit/include/rtems/score/protectedheap.h
diff --git a/cpukit/score/include/rtems/score/rbtree.h b/cpukit/include/rtems/score/rbtree.h
index 15a3bc8913..15a3bc8913 100644
--- a/cpukit/score/include/rtems/score/rbtree.h
+++ b/cpukit/include/rtems/score/rbtree.h
diff --git a/cpukit/score/include/rtems/score/rbtreeimpl.h b/cpukit/include/rtems/score/rbtreeimpl.h
index bf92e29228..bf92e29228 100644
--- a/cpukit/score/include/rtems/score/rbtreeimpl.h
+++ b/cpukit/include/rtems/score/rbtreeimpl.h
diff --git a/cpukit/score/include/rtems/score/scheduler.h b/cpukit/include/rtems/score/scheduler.h
index a6066c8e4a..a6066c8e4a 100644
--- a/cpukit/score/include/rtems/score/scheduler.h
+++ b/cpukit/include/rtems/score/scheduler.h
diff --git a/cpukit/score/include/rtems/score/schedulercbs.h b/cpukit/include/rtems/score/schedulercbs.h
index 635abce125..635abce125 100644
--- a/cpukit/score/include/rtems/score/schedulercbs.h
+++ b/cpukit/include/rtems/score/schedulercbs.h
diff --git a/cpukit/score/include/rtems/score/schedulercbsimpl.h b/cpukit/include/rtems/score/schedulercbsimpl.h
index ed75979f75..ed75979f75 100644
--- a/cpukit/score/include/rtems/score/schedulercbsimpl.h
+++ b/cpukit/include/rtems/score/schedulercbsimpl.h
diff --git a/cpukit/score/include/rtems/score/scheduleredf.h b/cpukit/include/rtems/score/scheduleredf.h
index 91c303ca56..91c303ca56 100644
--- a/cpukit/score/include/rtems/score/scheduleredf.h
+++ b/cpukit/include/rtems/score/scheduleredf.h
diff --git a/cpukit/score/include/rtems/score/scheduleredfimpl.h b/cpukit/include/rtems/score/scheduleredfimpl.h
index f6bd7d8384..f6bd7d8384 100644
--- a/cpukit/score/include/rtems/score/scheduleredfimpl.h
+++ b/cpukit/include/rtems/score/scheduleredfimpl.h
diff --git a/cpukit/score/include/rtems/score/scheduleredfsmp.h b/cpukit/include/rtems/score/scheduleredfsmp.h
index 018568190e..018568190e 100644
--- a/cpukit/score/include/rtems/score/scheduleredfsmp.h
+++ b/cpukit/include/rtems/score/scheduleredfsmp.h
diff --git a/cpukit/score/include/rtems/score/schedulerimpl.h b/cpukit/include/rtems/score/schedulerimpl.h
index 10c12242a9..10c12242a9 100644
--- a/cpukit/score/include/rtems/score/schedulerimpl.h
+++ b/cpukit/include/rtems/score/schedulerimpl.h
diff --git a/cpukit/score/include/rtems/score/schedulernode.h b/cpukit/include/rtems/score/schedulernode.h
index d62e983853..d62e983853 100644
--- a/cpukit/score/include/rtems/score/schedulernode.h
+++ b/cpukit/include/rtems/score/schedulernode.h
diff --git a/cpukit/score/include/rtems/score/schedulernodeimpl.h b/cpukit/include/rtems/score/schedulernodeimpl.h
index 8997b3f218..8997b3f218 100644
--- a/cpukit/score/include/rtems/score/schedulernodeimpl.h
+++ b/cpukit/include/rtems/score/schedulernodeimpl.h
diff --git a/cpukit/score/include/rtems/score/schedulerpriority.h b/cpukit/include/rtems/score/schedulerpriority.h
index f5ae66102d..f5ae66102d 100644
--- a/cpukit/score/include/rtems/score/schedulerpriority.h
+++ b/cpukit/include/rtems/score/schedulerpriority.h
diff --git a/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h b/cpukit/include/rtems/score/schedulerpriorityaffinitysmp.h
index d988d5752a..d988d5752a 100644
--- a/cpukit/score/include/rtems/score/schedulerpriorityaffinitysmp.h
+++ b/cpukit/include/rtems/score/schedulerpriorityaffinitysmp.h
diff --git a/cpukit/score/include/rtems/score/schedulerpriorityimpl.h b/cpukit/include/rtems/score/schedulerpriorityimpl.h
index 354065fac4..354065fac4 100644
--- a/cpukit/score/include/rtems/score/schedulerpriorityimpl.h
+++ b/cpukit/include/rtems/score/schedulerpriorityimpl.h
diff --git a/cpukit/score/include/rtems/score/schedulerprioritysmp.h b/cpukit/include/rtems/score/schedulerprioritysmp.h
index 6671da5b7a..6671da5b7a 100644
--- a/cpukit/score/include/rtems/score/schedulerprioritysmp.h
+++ b/cpukit/include/rtems/score/schedulerprioritysmp.h
diff --git a/cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h b/cpukit/include/rtems/score/schedulerprioritysmpimpl.h
index 17d6e552f3..17d6e552f3 100644
--- a/cpukit/score/include/rtems/score/schedulerprioritysmpimpl.h
+++ b/cpukit/include/rtems/score/schedulerprioritysmpimpl.h
diff --git a/cpukit/score/include/rtems/score/schedulersimple.h b/cpukit/include/rtems/score/schedulersimple.h
index 0d410d5676..0d410d5676 100644
--- a/cpukit/score/include/rtems/score/schedulersimple.h
+++ b/cpukit/include/rtems/score/schedulersimple.h
diff --git a/cpukit/score/include/rtems/score/schedulersimpleimpl.h b/cpukit/include/rtems/score/schedulersimpleimpl.h
index 3891839281..3891839281 100644
--- a/cpukit/score/include/rtems/score/schedulersimpleimpl.h
+++ b/cpukit/include/rtems/score/schedulersimpleimpl.h
diff --git a/cpukit/score/include/rtems/score/schedulersimplesmp.h b/cpukit/include/rtems/score/schedulersimplesmp.h
index bc75b205d5..bc75b205d5 100644
--- a/cpukit/score/include/rtems/score/schedulersimplesmp.h
+++ b/cpukit/include/rtems/score/schedulersimplesmp.h
diff --git a/cpukit/score/include/rtems/score/schedulersmp.h b/cpukit/include/rtems/score/schedulersmp.h
index 0bd899a6a6..0bd899a6a6 100644
--- a/cpukit/score/include/rtems/score/schedulersmp.h
+++ b/cpukit/include/rtems/score/schedulersmp.h
diff --git a/cpukit/score/include/rtems/score/schedulersmpimpl.h b/cpukit/include/rtems/score/schedulersmpimpl.h
index e152eb0878..e152eb0878 100644
--- a/cpukit/score/include/rtems/score/schedulersmpimpl.h
+++ b/cpukit/include/rtems/score/schedulersmpimpl.h
diff --git a/cpukit/score/include/rtems/score/schedulerstrongapa.h b/cpukit/include/rtems/score/schedulerstrongapa.h
index d961f20c68..d961f20c68 100644
--- a/cpukit/score/include/rtems/score/schedulerstrongapa.h
+++ b/cpukit/include/rtems/score/schedulerstrongapa.h
diff --git a/cpukit/score/include/rtems/score/semaphoreimpl.h b/cpukit/include/rtems/score/semaphoreimpl.h
index a7857db93e..a7857db93e 100644
--- a/cpukit/score/include/rtems/score/semaphoreimpl.h
+++ b/cpukit/include/rtems/score/semaphoreimpl.h
diff --git a/cpukit/score/include/rtems/score/smp.h b/cpukit/include/rtems/score/smp.h
index 469025e5dc..469025e5dc 100644
--- a/cpukit/score/include/rtems/score/smp.h
+++ b/cpukit/include/rtems/score/smp.h
diff --git a/cpukit/score/include/rtems/score/smpbarrier.h b/cpukit/include/rtems/score/smpbarrier.h
index fddf7bb1cd..fddf7bb1cd 100644
--- a/cpukit/score/include/rtems/score/smpbarrier.h
+++ b/cpukit/include/rtems/score/smpbarrier.h
diff --git a/cpukit/score/include/rtems/score/smpimpl.h b/cpukit/include/rtems/score/smpimpl.h
index 48e6a12498..48e6a12498 100644
--- a/cpukit/score/include/rtems/score/smpimpl.h
+++ b/cpukit/include/rtems/score/smpimpl.h
diff --git a/cpukit/score/include/rtems/score/smplock.h b/cpukit/include/rtems/score/smplock.h
index a156edfd92..a156edfd92 100644
--- a/cpukit/score/include/rtems/score/smplock.h
+++ b/cpukit/include/rtems/score/smplock.h
diff --git a/cpukit/score/include/rtems/score/smplockmcs.h b/cpukit/include/rtems/score/smplockmcs.h
index 5a1ad23dc9..5a1ad23dc9 100644
--- a/cpukit/score/include/rtems/score/smplockmcs.h
+++ b/cpukit/include/rtems/score/smplockmcs.h
diff --git a/cpukit/score/include/rtems/score/smplockseq.h b/cpukit/include/rtems/score/smplockseq.h
index 5daaee9c6e..5daaee9c6e 100644
--- a/cpukit/score/include/rtems/score/smplockseq.h
+++ b/cpukit/include/rtems/score/smplockseq.h
diff --git a/cpukit/score/include/rtems/score/smplockstats.h b/cpukit/include/rtems/score/smplockstats.h
index dd8e06c81d..dd8e06c81d 100644
--- a/cpukit/score/include/rtems/score/smplockstats.h
+++ b/cpukit/include/rtems/score/smplockstats.h
diff --git a/cpukit/score/include/rtems/score/smplockticket.h b/cpukit/include/rtems/score/smplockticket.h
index e04c4056a5..e04c4056a5 100644
--- a/cpukit/score/include/rtems/score/smplockticket.h
+++ b/cpukit/include/rtems/score/smplockticket.h
diff --git a/cpukit/score/include/rtems/score/stack.h b/cpukit/include/rtems/score/stack.h
index 9622495092..9622495092 100644
--- a/cpukit/score/include/rtems/score/stack.h
+++ b/cpukit/include/rtems/score/stack.h
diff --git a/cpukit/score/include/rtems/score/stackimpl.h b/cpukit/include/rtems/score/stackimpl.h
index 4c622345ff..4c622345ff 100644
--- a/cpukit/score/include/rtems/score/stackimpl.h
+++ b/cpukit/include/rtems/score/stackimpl.h
diff --git a/cpukit/score/include/rtems/score/states.h b/cpukit/include/rtems/score/states.h
index ba59af6907..ba59af6907 100644
--- a/cpukit/score/include/rtems/score/states.h
+++ b/cpukit/include/rtems/score/states.h
diff --git a/cpukit/score/include/rtems/score/statesimpl.h b/cpukit/include/rtems/score/statesimpl.h
index db462fbb9a..db462fbb9a 100644
--- a/cpukit/score/include/rtems/score/statesimpl.h
+++ b/cpukit/include/rtems/score/statesimpl.h
diff --git a/cpukit/score/include/rtems/score/status.h b/cpukit/include/rtems/score/status.h
index 5b154bb207..5b154bb207 100644
--- a/cpukit/score/include/rtems/score/status.h
+++ b/cpukit/include/rtems/score/status.h
diff --git a/cpukit/score/include/rtems/score/sysstate.h b/cpukit/include/rtems/score/sysstate.h
index 0e01927d9a..0e01927d9a 100644
--- a/cpukit/score/include/rtems/score/sysstate.h
+++ b/cpukit/include/rtems/score/sysstate.h
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/include/rtems/score/thread.h
index 7e0e2722dd..7e0e2722dd 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/include/rtems/score/thread.h
diff --git a/cpukit/score/include/rtems/score/threaddispatch.h b/cpukit/include/rtems/score/threaddispatch.h
index 63eb4c6fb4..63eb4c6fb4 100644
--- a/cpukit/score/include/rtems/score/threaddispatch.h
+++ b/cpukit/include/rtems/score/threaddispatch.h
diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/include/rtems/score/threadimpl.h
index b6722fae19..b6722fae19 100644
--- a/cpukit/score/include/rtems/score/threadimpl.h
+++ b/cpukit/include/rtems/score/threadimpl.h
diff --git a/cpukit/score/include/rtems/score/threadmp.h b/cpukit/include/rtems/score/threadmp.h
index 9cde35b649..9cde35b649 100644
--- a/cpukit/score/include/rtems/score/threadmp.h
+++ b/cpukit/include/rtems/score/threadmp.h
diff --git a/cpukit/score/include/rtems/score/threadq.h b/cpukit/include/rtems/score/threadq.h
index 3e618bf5af..3e618bf5af 100644
--- a/cpukit/score/include/rtems/score/threadq.h
+++ b/cpukit/include/rtems/score/threadq.h
diff --git a/cpukit/score/include/rtems/score/threadqimpl.h b/cpukit/include/rtems/score/threadqimpl.h
index ecbd8fd42f..ecbd8fd42f 100644
--- a/cpukit/score/include/rtems/score/threadqimpl.h
+++ b/cpukit/include/rtems/score/threadqimpl.h
diff --git a/cpukit/score/include/rtems/score/timecounter.h b/cpukit/include/rtems/score/timecounter.h
index 79444de482..79444de482 100644
--- a/cpukit/score/include/rtems/score/timecounter.h
+++ b/cpukit/include/rtems/score/timecounter.h
diff --git a/cpukit/score/include/rtems/score/timecounterimpl.h b/cpukit/include/rtems/score/timecounterimpl.h
index a48ac70683..a48ac70683 100644
--- a/cpukit/score/include/rtems/score/timecounterimpl.h
+++ b/cpukit/include/rtems/score/timecounterimpl.h
diff --git a/cpukit/score/include/rtems/score/timespec.h b/cpukit/include/rtems/score/timespec.h
index 72a000177f..72a000177f 100644
--- a/cpukit/score/include/rtems/score/timespec.h
+++ b/cpukit/include/rtems/score/timespec.h
diff --git a/cpukit/score/include/rtems/score/timestamp.h b/cpukit/include/rtems/score/timestamp.h
index 6fc17ced9c..6fc17ced9c 100644
--- a/cpukit/score/include/rtems/score/timestamp.h
+++ b/cpukit/include/rtems/score/timestamp.h
diff --git a/cpukit/score/include/rtems/score/tls.h b/cpukit/include/rtems/score/tls.h
index 644e54e6f7..644e54e6f7 100644
--- a/cpukit/score/include/rtems/score/tls.h
+++ b/cpukit/include/rtems/score/tls.h
diff --git a/cpukit/score/include/rtems/score/tod.h b/cpukit/include/rtems/score/tod.h
index c0ab5e795d..c0ab5e795d 100644
--- a/cpukit/score/include/rtems/score/tod.h
+++ b/cpukit/include/rtems/score/tod.h
diff --git a/cpukit/score/include/rtems/score/todimpl.h b/cpukit/include/rtems/score/todimpl.h
index b00ab6cca2..b00ab6cca2 100644
--- a/cpukit/score/include/rtems/score/todimpl.h
+++ b/cpukit/include/rtems/score/todimpl.h
diff --git a/cpukit/score/include/rtems/score/userext.h b/cpukit/include/rtems/score/userext.h
index 5af5824808..5af5824808 100644
--- a/cpukit/score/include/rtems/score/userext.h
+++ b/cpukit/include/rtems/score/userext.h
diff --git a/cpukit/score/include/rtems/score/userextimpl.h b/cpukit/include/rtems/score/userextimpl.h
index 5ad2c63765..5ad2c63765 100644
--- a/cpukit/score/include/rtems/score/userextimpl.h
+++ b/cpukit/include/rtems/score/userextimpl.h
diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/include/rtems/score/watchdog.h
index dbb092bbef..dbb092bbef 100644
--- a/cpukit/score/include/rtems/score/watchdog.h
+++ b/cpukit/include/rtems/score/watchdog.h
diff --git a/cpukit/score/include/rtems/score/watchdogimpl.h b/cpukit/include/rtems/score/watchdogimpl.h
index f219a70768..f219a70768 100644
--- a/cpukit/score/include/rtems/score/watchdogimpl.h
+++ b/cpukit/include/rtems/score/watchdogimpl.h
diff --git a/cpukit/score/include/rtems/score/wkspace.h b/cpukit/include/rtems/score/wkspace.h
index 3676ff28c4..3676ff28c4 100644
--- a/cpukit/score/include/rtems/score/wkspace.h
+++ b/cpukit/include/rtems/score/wkspace.h
diff --git a/cpukit/libmisc/serdbg/serdbg.h b/cpukit/include/rtems/serdbg.h
index fe106bce44..fe106bce44 100644
--- a/cpukit/libmisc/serdbg/serdbg.h
+++ b/cpukit/include/rtems/serdbg.h
diff --git a/cpukit/libmisc/serdbg/serdbgcnf.h b/cpukit/include/rtems/serdbgcnf.h
index 9d4087ae69..9d4087ae69 100644
--- a/cpukit/libmisc/serdbg/serdbgcnf.h
+++ b/cpukit/include/rtems/serdbgcnf.h
diff --git a/cpukit/libmisc/mouse/serial_mouse.h b/cpukit/include/rtems/serial_mouse.h
index 174fcfb909..174fcfb909 100644
--- a/cpukit/libmisc/mouse/serial_mouse.h
+++ b/cpukit/include/rtems/serial_mouse.h
diff --git a/cpukit/score/include/rtems/seterr.h b/cpukit/include/rtems/seterr.h
index 22fddc824e..22fddc824e 100644
--- a/cpukit/score/include/rtems/seterr.h
+++ b/cpukit/include/rtems/seterr.h
diff --git a/cpukit/libmisc/shell/shell.h b/cpukit/include/rtems/shell.h
index 98ddf0a958..98ddf0a958 100644
--- a/cpukit/libmisc/shell/shell.h
+++ b/cpukit/include/rtems/shell.h
diff --git a/cpukit/libmisc/shell/shellconfig.h b/cpukit/include/rtems/shellconfig.h
index 9f68b313fb..9f68b313fb 100644
--- a/cpukit/libmisc/shell/shellconfig.h
+++ b/cpukit/include/rtems/shellconfig.h
diff --git a/cpukit/libblock/include/rtems/sparse-disk.h b/cpukit/include/rtems/sparse-disk.h
index e558e08925..e558e08925 100644
--- a/cpukit/libblock/include/rtems/sparse-disk.h
+++ b/cpukit/include/rtems/sparse-disk.h
diff --git a/cpukit/libcsupport/include/spurious.h b/cpukit/include/rtems/spurious.h
index 049f3bf3a0..049f3bf3a0 100644
--- a/cpukit/libcsupport/include/spurious.h
+++ b/cpukit/include/rtems/spurious.h
diff --git a/cpukit/libmisc/stackchk/stackchk.h b/cpukit/include/rtems/stackchk.h
index 16fc4f9b9d..16fc4f9b9d 100644
--- a/cpukit/libmisc/stackchk/stackchk.h
+++ b/cpukit/include/rtems/stackchk.h
diff --git a/cpukit/libmisc/redirector/stdio-redirect.h b/cpukit/include/rtems/stdio-redirect.h
index 6f1d4cdd98..6f1d4cdd98 100644
--- a/cpukit/libmisc/redirector/stdio-redirect.h
+++ b/cpukit/include/rtems/stdio-redirect.h
diff --git a/cpukit/libmisc/stringto/stringto.h b/cpukit/include/rtems/stringto.h
index 878814da54..878814da54 100644
--- a/cpukit/libmisc/stringto/stringto.h
+++ b/cpukit/include/rtems/stringto.h
diff --git a/cpukit/score/include/rtems/sysinit.h b/cpukit/include/rtems/sysinit.h
index 535fb98e2c..535fb98e2c 100644
--- a/cpukit/score/include/rtems/sysinit.h
+++ b/cpukit/include/rtems/sysinit.h
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/include/rtems/system.h
index 26156c64f7..26156c64f7 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/include/rtems/system.h
diff --git a/cpukit/telnetd/telnetd.h b/cpukit/include/rtems/telnetd.h
index a5c8a187e3..a5c8a187e3 100644
--- a/cpukit/telnetd/telnetd.h
+++ b/cpukit/include/rtems/telnetd.h
diff --git a/cpukit/libmisc/serdbg/termios_printk.h b/cpukit/include/rtems/termios_printk.h
index dcb183533a..dcb183533a 100644
--- a/cpukit/libmisc/serdbg/termios_printk.h
+++ b/cpukit/include/rtems/termios_printk.h
diff --git a/cpukit/libmisc/serdbg/termios_printk_cnf.h b/cpukit/include/rtems/termios_printk_cnf.h
index 03c3090c38..03c3090c38 100644
--- a/cpukit/libmisc/serdbg/termios_printk_cnf.h
+++ b/cpukit/include/rtems/termios_printk_cnf.h
diff --git a/cpukit/libcsupport/include/rtems/termiostypes.h b/cpukit/include/rtems/termiostypes.h
index b3cac66e92..b3cac66e92 100644
--- a/cpukit/libcsupport/include/rtems/termiostypes.h
+++ b/cpukit/include/rtems/termiostypes.h
diff --git a/cpukit/libmisc/testsupport/test.h b/cpukit/include/rtems/test.h
index 3dbdb9e32e..3dbdb9e32e 100644
--- a/cpukit/libmisc/testsupport/test.h
+++ b/cpukit/include/rtems/test.h
diff --git a/cpukit/sapi/include/rtems/timecounter.h b/cpukit/include/rtems/timecounter.h
index 8d1bd78618..8d1bd78618 100644
--- a/cpukit/sapi/include/rtems/timecounter.h
+++ b/cpukit/include/rtems/timecounter.h
diff --git a/cpukit/sapi/include/rtems/timespec.h b/cpukit/include/rtems/timespec.h
index e82d271492..e82d271492 100644
--- a/cpukit/sapi/include/rtems/timespec.h
+++ b/cpukit/include/rtems/timespec.h
diff --git a/cpukit/libcsupport/include/rtems/tod.h b/cpukit/include/rtems/tod.h
index 971e8548e8..971e8548e8 100644
--- a/cpukit/libcsupport/include/rtems/tod.h
+++ b/cpukit/include/rtems/tod.h
diff --git a/cpukit/libmisc/capture/rtems-trace-buffer-vars.h b/cpukit/include/rtems/trace/rtems-trace-buffer-vars.h
index 8f0ff08587..8f0ff08587 100644
--- a/cpukit/libmisc/capture/rtems-trace-buffer-vars.h
+++ b/cpukit/include/rtems/trace/rtems-trace-buffer-vars.h
diff --git a/cpukit/libmisc/untar/untar.h b/cpukit/include/rtems/untar.h
index bc0a97c103..bc0a97c103 100644
--- a/cpukit/libmisc/untar/untar.h
+++ b/cpukit/include/rtems/untar.h
diff --git a/cpukit/sapi/include/rtems/version.h b/cpukit/include/rtems/version.h
index b806cb8c2f..b806cb8c2f 100644
--- a/cpukit/sapi/include/rtems/version.h
+++ b/cpukit/include/rtems/version.h
diff --git a/cpukit/libcsupport/include/vmeintr.h b/cpukit/include/rtems/vmeintr.h
index 74bda9bf08..74bda9bf08 100644
--- a/cpukit/libcsupport/include/vmeintr.h
+++ b/cpukit/include/rtems/vmeintr.h