Skip to content

Commit

Permalink
Add a BF_MOD_SWITCHD module (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi Vantipalli authored May 12, 2022
1 parent 39f32c6 commit 6bf627e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/target-sys/bf_sal/bf_sys_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ extern "C" {
#define BF_MOD_KNET (BF_MOD_START + 18)
#define BF_MOD_BFRT (BF_MOD_START + 19)
#define BF_MOD_P4RT (BF_MOD_START + 20)
#define BF_MOD_SWITCHD (BF_MOD_START + 21)

#define BF_MOD_MAX (BF_MOD_P4RT + 1)
#define BF_MOD_MAX (BF_MOD_SWITCHD + 1)

/*!
* Macros BF Lo Destination flag bit masks
Expand Down

0 comments on commit 6bf627e

Please sign in to comment.