test/nvmm/demo: Various cleanups to 'smallkern'
authorAaron LI <aly@aaronly.me>
Tue, 8 Jun 2021 04:47:45 +0000 (12:47 +0800)
committerAaron LI <aly@aaronly.me>
Tue, 15 Jun 2021 23:22:07 +0000 (07:22 +0800)
commite6259cf3d9ccbab890d2c67fee653ddca05ace4a
tree62cc06e9165825add5d81e81c72f7a51e923c63a
parentddb80d58fd46cb2340b4c5193cc949da5629fef4
test/nvmm/demo: Various cleanups to 'smallkern'

* Remove unused variables, symbols, function prototypes and functions.
* Move function prototypes and 'extern' declarations to header files.
* Add 'static' qualifier for file-local variables.
* Add inclusion guard to header files.
* Various minor adjustments.
test/nvmm/demo/smallkern/Makefile
test/nvmm/demo/smallkern/console.c
test/nvmm/demo/smallkern/locore.S
test/nvmm/demo/smallkern/main.c
test/nvmm/demo/smallkern/pdir.h
test/nvmm/demo/smallkern/smallkern.h