/* * Copyright (C) 2000 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com) * Licensed under the GPL */#ifndef __PROCESS_H__#define __PROCESS_H__#include<signal.h>externvoidsig_handler(intsig,structsigcontext*sc);externvoidalarm_handler(intsig,structsigcontext*sc);#endif