apm.c (8d249f5e2faee1108a0e0c94b382dec45a77b973) | apm.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/apm.h> | 36#include <apm.h> |
37 38#include "endian.h" 39#include "image.h" 40#include "mkimg.h" 41#include "scheme.h" 42 43static struct mkimg_alias apm_aliases[] = { 44 { ALIAS_FREEBSD, ALIAS_PTR2TYPE(APM_ENT_TYPE_FREEBSD) }, --- 73 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 apm_aliases[] = { 44 { ALIAS_FREEBSD, ALIAS_PTR2TYPE(APM_ENT_TYPE_FREEBSD) }, --- 73 unchanged lines hidden --- |