forked from xt-sys/exectos
Add NTOS compatibility driver
This commit is contained in:
17
drivers/ntosdrv/ntosdrv.c
Normal file
17
drivers/ntosdrv/ntosdrv.c
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* PROJECT: ExectOS
|
||||
* COPYRIGHT: See COPYING.md in the top level directory
|
||||
* FILE: drivers/ntosdrv/ntosdrv.c
|
||||
* DESCRIPTION: NTOS compatibility driver
|
||||
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
||||
*/
|
||||
|
||||
#include <xtkmapi.h>
|
||||
|
||||
XTAPI
|
||||
XTSTATUS
|
||||
XtDriverEntry()
|
||||
{
|
||||
/* Return success */
|
||||
return STATUS_SUCCESS;
|
||||
}
|
Reference in New Issue
Block a user