/* * PROJECT: ReactOS kernel-mode tests * LICENSE: GPLv2+ - See COPYING in the top level directory * PURPOSE: Kernel-Mode Test Suite Example Test kernel-mode part * PROGRAMMER: Thomas Faber */ #include #include #include VOID Test_Example(VOID) { /* TODO: this should be trace(), as in winetests */ LogPrint("Message from kernel\n"); }