rtfsprorelease/rtfsdrivers/v10devwrap/v10glue.c
2016-06-05 16:09:54 -04:00

18 lines
344 B
C

/*
* EBS - RTFS (Real Time File Manager)
*
* Copyright EBS inc, 2006
* All rights reserved.
* This code may not be redistributed in source or linkable object form
* without the consent of its author.
*
* Required so we can build all driver models with the same projects
*/
#include "rtfs.h"
void v1_v10glue_stub(void)
{
}