14 lines
228 B
C
14 lines
228 B
C
/*
|
|
* @(#) 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 */
|