interruptfs.New

geesefs-0-30-9
Aaron Jacobs 2015-05-04 21:42:57 +10:00
parent 5fd9008838
commit d862e4b035
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ type InterruptFS struct {
}
func New() (fs *InterruptFS) {
panic("TODO")
fs = &InterruptFS{}
return
}
////////////////////////////////////////////////////////////////////////