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
btrfs: [] on the end of a struct field is a variable length array.
[haiku.git]
/
headers
/
private
/
system
/
node_monitor_private.h
blob
572ef317dd07a1928fa5d62a94357217f04e700b
1
/*
2
* Copyright 2010, Clemens Zeidler, haiku@clemens-zeidler.de.
3
* Distributed under the terms of the MIT License.
4
*/
5
#ifndef _NODE_MONITOR_PRIVATE_H
6
#define _NODE_MONITOR_PRIVATE_H
7
8
9
enum
{
10
B_WATCH_VOLUME
=
0xF000
11
};
12
13
14
#endif
/* _NODE_MONITOR_PRIVATE_H */