vfs: check userland buffers before reading them.
[haiku.git] / src / apps / devices / DeviceSCSI.h
blobd97083905b1b6b08d82fd134be36f6733ec67cd9
1 /*
2 * Copyright 2008-2011, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Alexander von Gluck, kallisti5@unixzen.com
7 */
8 #ifndef DEVICESCSI_H
9 #define DEVICESCSI_H
12 #include "Device.h"
15 class DeviceSCSI : public Device {
16 public:
17 DeviceSCSI(Device* parent);
18 virtual ~DeviceSCSI();
19 virtual Attributes GetBusAttributes();
20 virtual BString GetBusStrings();
21 virtual void InitFromAttributes();
22 virtual BString GetBusTabName();
25 #endif /* DEVICESCSI_H */