root/src/add-ons/kernel/drivers/graphics/intel_extreme/device.h
/*
 * Copyright 2006, Haiku, Inc. All Rights Reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *              Axel Dörfler, axeld@pinc-software.de
 */
#ifndef DEVICE_H
#define DEVICE_H


#include <Drivers.h>


/* The published PCI bus interface device hooks */
extern device_hooks gDeviceHooks;

#endif  /* DEVICE_H */