beremiz

remove Linux target from first_steps example

2017-01-23, Andrey Skvortsov
ce9fc57e1828
remove Linux target from first_steps example

Then default target on the system will be used.
int CheckRetainBuffer(void)
{
return 1;
}
void ValidateRetainBuffer(void)
{
}
void InValidateRetainBuffer(void)
{
}
void Retain(unsigned int offset, unsigned int count, void *p)
{
}
void Remind(unsigned int offset, unsigned int count, void *p)
{
}