Deleted Added
full compact
sysarch.h (118440) sysarch.h (124296)
1/*-
2 * Copyright (c) 1993 The Regents of the University of California.
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

--- 16 unchanged lines hidden (view full) ---

25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
1/*-
2 * Copyright (c) 1993 The Regents of the University of California.
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

--- 16 unchanged lines hidden (view full) ---

25 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * $FreeBSD: head/sys/i386/include/sysarch.h 118440 2003-08-04 19:11:56Z julian $
33 * $FreeBSD: head/sys/i386/include/sysarch.h 124296 2004-01-09 16:52:09Z nectar $
34 */
35
36/*
37 * Architecture specific syscalls (i386)
38 */
39#ifndef _MACHINE_SYSARCH_H_
40#define _MACHINE_SYSARCH_H_
41

--- 32 unchanged lines hidden (view full) ---

74__BEGIN_DECLS
75int i386_get_ldt(int, union descriptor *, int);
76int i386_set_ldt(int, union descriptor *, int);
77int i386_get_ioperm(unsigned int, unsigned int *, int *);
78int i386_set_ioperm(unsigned int, unsigned int, int);
79int i386_vm86(int, void *);
80int i386_set_watch(int, unsigned int, int, int, struct dbreg *);
81int i386_clr_watch(int, struct dbreg *);
34 */
35
36/*
37 * Architecture specific syscalls (i386)
38 */
39#ifndef _MACHINE_SYSARCH_H_
40#define _MACHINE_SYSARCH_H_
41

--- 32 unchanged lines hidden (view full) ---

74__BEGIN_DECLS
75int i386_get_ldt(int, union descriptor *, int);
76int i386_set_ldt(int, union descriptor *, int);
77int i386_get_ioperm(unsigned int, unsigned int *, int *);
78int i386_set_ioperm(unsigned int, unsigned int, int);
79int i386_vm86(int, void *);
80int i386_set_watch(int, unsigned int, int, int, struct dbreg *);
81int i386_clr_watch(int, struct dbreg *);
82int sysarch(int, void *);
82__END_DECLS
83#endif
84
85#endif /* !_MACHINE_SYSARCH_H_ */
83__END_DECLS
84#endif
85
86#endif /* !_MACHINE_SYSARCH_H_ */