blob: c894efe5b1b46c8cb1781fb002deb581afca07b9 [file] [log] [blame]
// +build !linux !amd64
package mount
func parseOptions(options string) (int, string) {
panic("Not implemented")
}