Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Add a MODULE_CLASS_MAX value to the enum



details:   https://anonhg.NetBSD.org/src/rev/ac6971b38f55
branches:  trunk
changeset: 455631:ac6971b38f55
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Mon Apr 08 11:02:58 2019 +0000

description:
Add a MODULE_CLASS_MAX value to the enum

diffstat:

 sys/sys/module.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a0218a57d03c -r ac6971b38f55 sys/sys/module.h
--- a/sys/sys/module.h  Mon Apr 08 10:47:16 2019 +0000
+++ b/sys/sys/module.h  Mon Apr 08 11:02:58 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: module.h,v 1.44 2019/01/27 18:29:10 christos Exp $     */
+/*     $NetBSD: module.h,v 1.45 2019/04/08 11:02:58 pgoyette Exp $     */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -45,7 +45,8 @@
        MODULE_CLASS_DRIVER,
        MODULE_CLASS_EXEC,
        MODULE_CLASS_SECMODEL,
-       MODULE_CLASS_BUFQ
+       MODULE_CLASS_BUFQ,
+       MODULE_CLASS_MAX
 } modclass_t;
 
 /* Module sources: where did it come from? */



Home | Main Index | Thread Index | Old Index