Add a define for the cpu_functions structure member cf_sleep.

This commit is contained in:
mark 1997-02-10 04:01:08 +00:00
parent 700a2e2041
commit faec60a06c
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: genassym.c,v 1.10 1997/02/04 06:51:34 mark Exp $ */
/* $NetBSD: genassym.c,v 1.11 1997/02/10 04:01:08 mark Exp $ */
/*-
* Copyright (c) 1982, 1990 The Regents of the University of California.
@ -160,6 +160,7 @@ main()
def("CF_CACHE_PURGE_ID", &cf->cf_cache_purgeID);
def("CF_CONTEXT_SWITCH", &cf->cf_context_switch);
def("CF_SLEEP", &cf->cf_sleep);
exit(0);
}