linux.h (43bef515674a076bd7949c195a144422d941615b) | linux.h (d323ddf3171ff6652c94cb9f79105f48f5ea8819) |
---|---|
1/*- 2 * Copyright (c) 1994-1996 S�ren Schmidt 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 210 unchanged lines hidden (view full) --- 219struct linux_sigframe { 220 int sf_sig; 221 struct linux_sigcontext sf_sc; 222 linux_handler_t sf_handler; 223}; 224 225extern int bsd_to_linux_signal[]; 226extern int linux_to_bsd_signal[]; | 1/*- 2 * Copyright (c) 1994-1996 S�ren Schmidt 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 210 unchanged lines hidden (view full) --- 219struct linux_sigframe { 220 int sf_sig; 221 struct linux_sigcontext sf_sc; 222 linux_handler_t sf_handler; 223}; 224 225extern int bsd_to_linux_signal[]; 226extern int linux_to_bsd_signal[]; |
227extern struct sysentvec linux_sysvec; 228extern struct sysentvec elf_linux_sysvec; |
|
227 228/* 229 * Pluggable ioctl handlers 230 */ 231struct linker_set; 232struct linux_ioctl_args; 233struct proc; 234 --- 182 unchanged lines hidden --- | 229 230/* 231 * Pluggable ioctl handlers 232 */ 233struct linker_set; 234struct linux_ioctl_args; 235struct proc; 236 --- 182 unchanged lines hidden --- |