]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow creating subclass of FDT simplebus
authorjchandra <jchandra@FreeBSD.org>
Fri, 27 Feb 2015 20:11:02 +0000 (20:11 +0000)
committerjchandra <jchandra@FreeBSD.org>
Fri, 27 Feb 2015 20:11:02 +0000 (20:11 +0000)
commitd4f812a8b91664a8c807467020826637cfc19b91
treeb0173a0fe317b8747b19d63498f03dc24699c0d1
parent4cdcf09b19671bbd736b33f30ae510882cd8d566
Allow creating subclass of FDT simplebus

Provide sys/dev/fdt/simplebus.h with the class declaration so that it
is possible to subclass FDT simplebus.

Differential Revision: https://reviews.freebsd.org/D1886
Reviewed by: nwhitehorn, imp
sys/dev/fdt/simplebus.c
sys/dev/fdt/simplebus.h [new file with mode: 0644]