blob: 7615f94f9eaad0139a8f754c1168e061fbcf50e6 [file] [log] [blame]
package mount
func mount(device, target, mType string, flag uintptr, data string) error {
panic("Not implemented")
}
func unmount(target string, flag int) error {
panic("Not implemented")
}