This commit is contained in:
seta75D
2021-10-11 18:37:13 -03:00
commit ff309bfe1c
14130 changed files with 3180272 additions and 0 deletions

13
sys/sbusdev/aclone.h Normal file
View File

@@ -0,0 +1,13 @@
/*
* @(#) aclone.h 1.1@(#) Copyright (c) 1991-92 Sun Microsystems, Inc.
*/
#ifndef _sbusdev_aclone_h
#define _sbusdev_aclone_h
extern int aclone_register();
extern void aclone_unregister();
#endif /* _sbusdev_aclone_h */