When listing a directory with fs->dir(), can the hook (third argument) be NULL (to get fs->dir() to return immediately without actually doing anything), or must it be an actual function?
If it must be a function, am I correct that returning 1 means keep listing and that returning 0 means stop listing? Does returning 0 mean an error or will fs->dir() still return GRUB_ERR_NONE? Including <grub/cpu/pci.h> to pick up GRUB_MACHINE_PCI_IO_BASE seems to be insufficient as used types aren't defined. What else needs to be included? -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | 2011 May 21 is the End of Salvation. EMail: [email protected] | Canada K2A 1H7 | http://Mielke.cc/now.html http://FamilyRadio.com/ | http://Mielke.cc/bible/ _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
