[BACK]Return to kern_devconfig.h CVS log [TXT][DIR] Up to [local] / funnyos / sys

Annotation of funnyos/sys/kern_devconfig.h, Revision 1.1.1.1

1.1       init        1: /*
                      2:  * $Id: kern_devconfig.h,v 1.1.1.1 2007/10/12 08:40:38 init Exp $
                      3:  */
                      4: #ifndef _SYS_KERN_DEVCONFIG_H
                      5: #define _SYS_KERN_DEVCONFIG_H
                      6: #include <sys/types.h>
                      7: #include <sys/device.h>
                      8:
                      9: void                   devconfig_recurse(void);
                     10: void                   devconfig_iterate(void);
                     11:
                     12: void                   devconfig_attach_root(void);
                     13: int                    devconfig_attach_childs(struct device *devp);
                     14: int                    devconfig_target(struct device *devp);
                     15:
                     16: struct device  *devconfig_findbyname(const char *dv_name, const uint8_t dv_minor);
                     17: struct driverinfo *devconfig_finddriverinfo(const char *);
                     18:
                     19: #endif /* _SYS_KERN_DEVCONFIG_H */
                     20:

CVSweb