metag.c 302 B

1234567891011
  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)
  9. _syscall1(void,metag_set_fpu_flags,unsigned int,flags)