view packages/services/gfx/mw/current/src/mwin/winlib/mwuser.c @ 3292:7f8e529b4d82 default tip

Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
author vae
date Wed, 29 Apr 2015 23:31:48 +0000
parents e0c0827131d1
children
line wrap: on
line source

#include "windows.h"

int
MwUserInit(int ac,char **av)
{
	return 0;
}