ebr.c (8d249f5e2faee1108a0e0c94b382dec45a77b973) ebr.c (429971147386e142afa18df15e878df6735f364b)
1/*-
2 * Copyright (c) 2014 Juniper Networks, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 19 unchanged lines hidden (view full) ---

28__FBSDID("$FreeBSD$");
29
30#include <sys/errno.h>
31#include <stdint.h>
32#include <stdlib.h>
33#include <string.h>
34#include <unistd.h>
35
1/*-
2 * Copyright (c) 2014 Juniper Networks, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 19 unchanged lines hidden (view full) ---

28__FBSDID("$FreeBSD$");
29
30#include <sys/errno.h>
31#include <stdint.h>
32#include <stdlib.h>
33#include <string.h>
34#include <unistd.h>
35
36#include <sys/disk/mbr.h>
36#include <mbr.h>
37
38#include "endian.h"
39#include "image.h"
40#include "mkimg.h"
41#include "scheme.h"
42
43static struct mkimg_alias ebr_aliases[] = {
44 { ALIAS_FAT16B, ALIAS_INT2TYPE(DOSPTYP_FAT16) },

--- 87 unchanged lines hidden ---
37
38#include "endian.h"
39#include "image.h"
40#include "mkimg.h"
41#include "scheme.h"
42
43static struct mkimg_alias ebr_aliases[] = {
44 { ALIAS_FAT16B, ALIAS_INT2TYPE(DOSPTYP_FAT16) },

--- 87 unchanged lines hidden ---