summaryrefslogtreecommitdiffstats
path: root/sys/alpha/linux/linux_proto.h
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2001-04-03 18:01:41 +0000
committergallatin <gallatin@FreeBSD.org>2001-04-03 18:01:41 +0000
commitba67d5732f2cc78012cd5bbc6e538104e0ba7236 (patch)
treef0c74e8d4ca759085d2fd2f182cecced997d757a /sys/alpha/linux/linux_proto.h
parent40313aa944be3c4248628cc92d60fed7a5d1d9fa (diff)
downloadFreeBSD-src-ba67d5732f2cc78012cd5bbc6e538104e0ba7236.zip
FreeBSD-src-ba67d5732f2cc78012cd5bbc6e538104e0ba7236.tar.gz
Regen after adding linux_sched_get_priority_max() and
linux_sched_get_priority_min()
Diffstat (limited to 'sys/alpha/linux/linux_proto.h')
-rw-r--r--sys/alpha/linux/linux_proto.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/alpha/linux/linux_proto.h b/sys/alpha/linux/linux_proto.h
index a686dae..63829ab 100644
--- a/sys/alpha/linux/linux_proto.h
+++ b/sys/alpha/linux/linux_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.44 2001/02/20 02:16:07 jlemon Exp
+ * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.45 2001/02/20 03:47:59 gallatin Exp
*/
#ifndef _LINUX_SYSPROTO_H_
@@ -419,6 +419,12 @@ struct linux_sched_setscheduler_args {
struct linux_sched_getscheduler_args {
pid_t pid; char pid_[PAD_(pid_t)];
};
+struct linux_sched_get_priority_max_args {
+ int policy; char policy_[PAD_(int)];
+};
+struct linux_sched_get_priority_min_args {
+ int policy; char policy_[PAD_(int)];
+};
struct linux_newuname_args {
struct linux_newuname_t * buf; char buf_[PAD_(struct linux_newuname_t *)];
};
@@ -618,6 +624,8 @@ int linux_statfs __P((struct proc *, struct linux_statfs_args *));
int linux_fstatfs __P((struct proc *, struct linux_fstatfs_args *));
int linux_sched_setscheduler __P((struct proc *, struct linux_sched_setscheduler_args *));
int linux_sched_getscheduler __P((struct proc *, struct linux_sched_getscheduler_args *));
+int linux_sched_get_priority_max __P((struct proc *, struct linux_sched_get_priority_max_args *));
+int linux_sched_get_priority_min __P((struct proc *, struct linux_sched_get_priority_min_args *));
int linux_newuname __P((struct proc *, struct linux_newuname_args *));
int linux_mremap __P((struct proc *, struct linux_mremap_args *));
int linux_nfsservctl __P((struct proc *, struct linux_nfsservctl_args *));
OpenPOWER on IntegriCloud