1: /* 2: * Copyright (c) 1986 Regents of the University of California. 3: * All rights reserved. The Berkeley software License Agreement 4: * specifies the terms and conditions for redistribution. 5: * 6: * @(#)uprobe.h 1.1 (2.10BSD Berkeley) 12/1/86 7: */ 8: 9: typedef struct uprobe { 10: char *up_name; 11: int (*up_func)(); 12: } UPROBE;