targets/Xenomai/plc_Xenomai_noretain.c
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Mon, 16 Jan 2017 12:15:20 +0300
changeset 1635 25e3bf6e193d
parent 1457 ff7cfce737ca
child 1717 a86deec92e08
permissions -rw-r--r--
change white background for project tree element to transparent

because on GNU/Linux project tree has grey background, therefore
white background looks not good.
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)
{
}