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

Go to the source code of this file.
Functions | |
| int | backplaneCoreUp (backplaneConfig *bpConfig) |
| Query Silicon Backplane status to determine if a core is "up". | |
Definition in file backplaneCoreUp.c.
| int backplaneCoreUp | ( | backplaneConfig * | bpConfig | ) |
Query Silicon Backplane status to determine if a core is "up".
| bpConfig | pointer to device Silicon Backplane configuration space |
Definition at line 20 of file backplaneCoreUp.c.
Referenced by etherControl().

1.5.5