⛏️ index : haiku.git

/*
 * Copyright 2005, Axel DΓΆrfler, axeld@pinc-software.de. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef DEVICE_H
#define DEVICE_H

#include <Drivers.h>

// The device hooks for the published device
extern device_hooks gDeviceHooks;

#endif	/* DEVICE_H */