~serge-hallyn/ubuntu/oneiric/ipxe/link-kvm

« back to all changes in this revision

Viewing changes to src/core/null_sanboot.c

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2011-07-31 20:57:02 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110731205702-kffmzz6tnmgfw50f
Tags: 1.0.0+git-2.149b50-1
New snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        return -EOPNOTSUPP;
39
39
}
40
40
 
 
41
PROVIDE_SANBOOT_INLINE ( null, san_default_drive );
41
42
PROVIDE_SANBOOT ( null, san_hook, null_san_hook );
42
43
PROVIDE_SANBOOT ( null, san_unhook, null_san_unhook );
43
44
PROVIDE_SANBOOT ( null, san_boot, null_san_boot );