Source
1
1
// SPDX-License-Identifier: GPL-2.0
2
2
/*
3
3
* System bus type for containers.
4
4
*
5
5
* Copyright (C) 2013, Intel Corporation
6
6
* Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7
-
*
8
-
* This program is free software; you can redistribute it and/or modify
9
-
* it under the terms of the GNU General Public License version 2 as
10
-
* published by the Free Software Foundation.
11
7
*/
12
8
13
9
#include <linux/container.h>
14
10
15
11
#include "base.h"
16
12
17
13
#define CONTAINER_BUS_NAME "container"
18
14
19
15
static int trivial_online(struct device *dev)
20
16
{