mirror of
https://github.com/peteratebs/rtfsprorelease.git
synced 2025-06-19 01:05:39 -04:00
18 lines
344 B
C
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_apiinit_stub(void)
|
|
{
|
|
|
|
}
|