targets/Xenomai/plc_Xenomai_noretain.c
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 16 Aug 2017 17:27:58 +0300
changeset 1757 0de89da92ee0
parent 1717 a86deec92e08
permissions -rw-r--r--
clean-up: fix PEP8 E111 indentation is not a multiple of four
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)
{
}

void CleanupRetain(void)
{
}

void InitRetain(void)
{
}