github.com/hanwen/go-fuse@v1.0.0/fuse/request_darwin.go (about)

     1  // Copyright 2016 the Go-FUSE Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package fuse
     6  
     7  const outputHeaderSize = 200
     8  
     9  const (
    10  	_FUSE_KERNEL_VERSION   = 7
    11  	_MINIMUM_MINOR_VERSION = 8
    12  	_OUR_MINOR_VERSION     = 8
    13  )