aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/stream_arm64.const
blob: d00776c566881ad890b26143d2347bc8b3bb886b (plain)
1
2
3
4
5
6
7
8
ZX_STREAM_MODE_READ = 1
ZX_STREAM_MODE_WRITE = 2
ZX_STREAM_MODE_APPEND = 4
ZX_STREAM_CREATE_MASK = 7
ZX_STREAM_APPEND = 1
ZX_STREAM_SEEK_ORIGIN_START = 0
ZX_STREAM_SEEK_ORIGIN_CURRENT = 1
ZX_STREAM_SEEK_ORIGIN_END = 2