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 */ 15