metag.c 247 B

12345678910
  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. #include <errno.h>
  7. #include <sys/syscall.h>
  8. _syscall2(int,metag_setglobalbit,char *,addr,int,mask)