sysfs.c 359 B

12345678910111213141516
  1. /*
  2. * sysfs() for uClibc
  3. *
  4. * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
  5. *
  6. * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  7. */
  8. /* libc isn't really supposed to export this */
  9. #if 0
  10. #include <sys/syscall.h>
  11. #if defined __USE_SVID
  12. _syscall3(int, sysfs, int, option, unsigned int, index, char, addr)
  13. #endif
  14. #endif