| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * raid_class.h - a generic raid visualisation class |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (c) 2005 - James Bottomley <James.Bottomley@steeleye.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * This file is licensed under GPLv2 |
|---|
| 7 | 6 | */ |
|---|
| 8 | 7 | #include <linux/transport_class.h> |
|---|
| 9 | 8 | |
|---|
| .. | .. |
|---|
| 78 | 77 | |
|---|
| 79 | 78 | struct raid_template *raid_class_attach(struct raid_function_template *); |
|---|
| 80 | 79 | void raid_class_release(struct raid_template *); |
|---|
| 81 | | - |
|---|
| 82 | | -int __must_check raid_component_add(struct raid_template *, struct device *, |
|---|
| 83 | | - struct device *); |
|---|
| 84 | | - |
|---|