Skip to content

Commit

Permalink
boot/ab_state: Add missing include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasblixt committed Aug 28, 2023
1 parent be195bd commit 5e52e27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/boot/ab_state.h
Expand Up @@ -9,6 +9,8 @@
* and rollback logic.
*
*/
#ifndef BOOT_AB_STATE_H
#define BOOT_AB_STATE_H

#include <uuid.h>
#include <pb/bio.h>
Expand Down Expand Up @@ -101,3 +103,5 @@ int boot_ab_state_read_board_reg(unsigned int index, uint32_t *value);
* @return 0 on success
*/
int boot_ab_state_write_board_reg(unsigned int index, uint32_t value);

#endif

0 comments on commit 5e52e27

Please sign in to comment.