/* * All the contents of this file are overwritten during automated * testing. Please consider this before changing anything in this file. */ #include #include #include #include #include #include #include #include int rwtest(int nargs, char **args) { (void)nargs; (void)args; kprintf_n("rwt1 unimplemented\n"); success(FAIL, SECRET, "rwt1"); return 0; }