linux/include/linux/container.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Definitions for container bus type.
 *
 * Copyright (C) 2013, Intel Corporation
 * Author: Rafael J. Wysocki <[email protected]>
 */

#ifndef _LINUX_CONTAINER_H
#define _LINUX_CONTAINER_H

#include <linux/device.h>

/* drivers/base/power/container.c */
extern const struct bus_type container_subsys;

struct container_dev {};

static inline struct container_dev *to_container_dev(struct device *dev)
{}

#endif /* _LINUX_CONTAINER_H */