Skip to content

Commit

Permalink
Merge pull request #88 from devenrao/poz
Browse files Browse the repository at this point in the history
allow other applications to use ody ocmb check method
  • Loading branch information
aravynd authored Feb 21, 2024
2 parents 5318969 + 290208e commit e81f3f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 8 additions & 0 deletions libpdbg/libpdbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,14 @@ struct pdbg_target* get_ody_fsi_target(struct pdbg_target* target);
*/
struct pdbg_target* get_ody_chipop_target(struct pdbg_target* target);

/**
* @brief Return true if given target is odyssey chip
* @param[in] target - pdbg target
*
* @return true if target is of odyssey ocmb chip
*/
bool is_ody_ocmb_chip(struct pdbg_target *target);

/**
* @brief Read data from i2c device
*
Expand Down
8 changes: 0 additions & 8 deletions libpdbg/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,6 @@ bool pdbg_context_is_short(void);
*/
void clear_target_classes();

/**
* @brief Return true if given target is odyssey chip
* @param[in] target - pdbg target
*
* @return true if target is of odyssey ocmb chip
*/
bool is_ody_ocmb_chip(struct pdbg_target *target);

/**
* @brief Return true if given target is child of odyssey chip
* @param[in] target - pdbg target
Expand Down

0 comments on commit e81f3f6

Please sign in to comment.