4 * this code is protected by the GNU affero GPLv3 license
5 * author:Sylvain BERTRAND
7 #include "namespace/ulinux.h"
8 /* secure a 0 terminating byte */
9 #define PERR(fmt,...) dprintf(2, &syncsm_dprint_buf[0], CONFIG_BUFSIZ - 1, fmt, ##__VA_ARGS__)
10 #define CSTRLEN(cstr) (sizeof(cstr) - 1)
11 static u8 syncsm_dprint_buf
[CONFIG_BUFSIZ
];
13 #include "namespace/ulinux.h"