Deleted Added
full compact
scheme.h (263829) scheme.h (263844)
1/*-
2 * Copyright (c) 2013,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

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

79
80int scheme_select(const char *);
81struct mkimg_scheme *scheme_selected(void);
82
83int scheme_bootcode(int fd);
84int scheme_check_part(struct part *);
85u_int scheme_max_parts(void);
86u_int scheme_max_secsz(void);
1/*-
2 * Copyright (c) 2013,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

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

79
80int scheme_select(const char *);
81struct mkimg_scheme *scheme_selected(void);
82
83int scheme_bootcode(int fd);
84int scheme_check_part(struct part *);
85u_int scheme_max_parts(void);
86u_int scheme_max_secsz(void);
87lba_t scheme_first_block(void);
88lba_t scheme_next_block(lba_t, lba_t);
87lba_t scheme_metadata(u_int, lba_t);
89int scheme_write(int, lba_t);
90
91#endif /* _MKIMG_SCHEME_H_ */
88int scheme_write(int, lba_t);
89
90#endif /* _MKIMG_SCHEME_H_ */