Commit 9277fc96 authored by winckel's avatar winckel

Mapped "msg(..." to "LOG_D(PHY...".

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4864 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 0241785a
......@@ -10,7 +10,9 @@
#ifdef USER_MODE
#include <stdio.h>
#include <stdlib.h>
#define msg printf
#if !defined (msg)
# define msg(aRGS...) LOG_D(PHY, ##aRGS)
#endif
#define malloc16(x) memalign(16,x) //malloc(x)
#define free16(y,x) free(y)
#define bigmalloc malloc
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment