mfd: wm8350-i2c: Make sure the i2c regmap functions are compiled
[linux/fpc-iii.git] / arch / x86 / um / os-Linux / prctl.c
blob96eb2bd288320b28e1ff6278bd0d410f1536ceab
1 /*
2 * Copyright (C) 2007 Jeff Dike (jdike@{addtoit.com,linux.intel.com})
3 * Licensed under the GPL
4 */
6 #include <sys/ptrace.h>
7 #include <asm/ptrace.h>
9 int os_arch_prctl(int pid, int code, unsigned long *addr)
11 return ptrace(PTRACE_ARCH_PRCTL, pid, (unsigned long) addr, code);