// SPDX-License-Identifier: GPL-2.0 /* * System bus type for containers. * * Copyright (C) 2013, Intel Corporation * Author: Rafael J. Wysocki <[email protected]> */ #include <linux/container.h> #include "base.h" #define CONTAINER_BUS_NAME … static int trivial_online(struct device *dev) { … } static int container_offline(struct device *dev) { … } const struct bus_type container_subsys = …; void __init container_dev_init(void) { … }