OSDN Git Service

Add support for the Meta architecture
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / metag / metag.c
1 /*
2  * Copyright (C) 2013 Imagination Technologies Ltd.
3  *
4  * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
5  */
6
7 #include <errno.h>
8 #include <sys/syscall.h>
9
10 _syscall2(int,metag_setglobalbit,char *,addr,int,mask)