#include <stddef.h>
#include <stdio.h>
#include <sbconfig.h>
#include <sbchipc.h>
#include <backplane.h>

Go to the source code of this file.
Functions | |
| devcall | backplaneInit (device *pdev) |
| Initialize Silicon Backplane bus interface. | |
Definition in file backplaneInit.c.
| devcall backplaneInit | ( | device * | pdev | ) |
Initialize Silicon Backplane bus interface.
| pdev | pointer to an sb-bus device |
Definition at line 21 of file backplaneInit.c.
References kprintf(), NULL, and OK.
Referenced by nulluser().


1.5.5