1/*
2 * Copyright 2018, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5#ifndef _device_if_h_
6#define _device_if_h_
7
8void* DEVICE_REGISTER(device_t dev);
9
10#endif /* _device_if_h_ */
11