efizfs.c (4784aef9f55a4c8284ee951bb30b70f9ba8b7698) | efizfs.c (de04d704a98a7d2e9e57ebd83d2dd7a19fc11dab) |
---|---|
1/*- 2 * Copyright (c) 2008-2010 Rui Paulo 3 * Copyright (c) 2006 Marcel Moolenaar 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 15 unchanged lines hidden (view full) --- 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 */ 27 28#include <sys/cdefs.h> 29__FBSDID("$FreeBSD$"); 30 31#include <sys/param.h> | 1/*- 2 * Copyright (c) 2008-2010 Rui Paulo 3 * Copyright (c) 2006 Marcel Moolenaar 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 15 unchanged lines hidden (view full) --- 24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 */ 27 28#include <sys/cdefs.h> 29__FBSDID("$FreeBSD$"); 30 31#include <sys/param.h> |
32#include <sys/disk.h> 33#include <stdint.h> | 32#include <stand.h> |
34 35#ifdef EFI_ZFS_BOOT 36#include <libzfs.h> 37#endif 38 39#include <efi.h> 40#include <efilib.h> 41 --- 71 unchanged lines hidden --- | 33 34#ifdef EFI_ZFS_BOOT 35#include <libzfs.h> 36#endif 37 38#include <efi.h> 39#include <efilib.h> 40 --- 71 unchanged lines hidden --- |