repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
usb_ecm: Use the current configuration instead of a fixed one.
[haiku.git]
/
src
/
add-ons
/
kernel
/
drivers
/
graphics
/
vesa
/
device.h
blob
9ce0264531e3987844f1e717c3b5b0bfd92608f5
1
/*
2
* Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3
* Distributed under the terms of the MIT License.
4
*/
5
#ifndef DEVICE_H
6
#define DEVICE_H
7
8
#include <Drivers.h>
9
10
// The device hooks for the published device
11
extern
device_hooks gDeviceHooks
;
12
13
#endif
/* DEVICE_H */