#ifndef __IFACE_STREAM_H__ #define __IFACE_STREAM_H__ // Stream Connection IOCTL number #define V3_VM_STREAM_CONNECT 21 // Buffer size of the stream name being connected to #define STREAM_NAME_LEN 128 #endif