diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-04 07:45:09 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-09-04 07:45:09 +0000 |
commit | d5799027d6478cc00d8d1a99f55b5ee72b7092e1 (patch) | |
tree | c2305c87174f73af51c1e12ca1c2ceb81102c994 /sys/arch/amd64/include | |
parent | ae0693374d022e7963d2c6ef7245310051d34a8b (diff) |
make psp attach to ccp as a different driver
'fine with me' hshoexer, ok bluhm@
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r-- | sys/arch/amd64/include/conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/conf.h b/sys/arch/amd64/include/conf.h index 730a5b2c249..312187c0c9f 100644 --- a/sys/arch/amd64/include/conf.h +++ b/sys/arch/amd64/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.10 2024/09/01 17:13:46 bluhm Exp $ */ +/* $OpenBSD: conf.h,v 1.11 2024/09/04 07:45:08 jsg Exp $ */ /* $NetBSD: conf.h,v 1.2 1996/05/05 19:28:34 christos Exp $ */ /* @@ -55,5 +55,5 @@ cdev_decl(pctr); #include "vmm.h" cdev_decl(vmm); -#include "ccp.h" +#include "psp.h" cdev_decl(psp); |