1 #pragma once 2 3 namespace programs::shell { 4 5 void initialize(); 6 void service(); 7 8 #ifdef PIO_UNIT_TESTING 9 void test(); 10 #endif 11 12 }