microsoft/mu_feature_ipmi

[Bug]: Missing a few function prototypes

kuqin12 opened this issue · 2 comments

Is there an existing issue for this?

  • I have searched existing issues

Current Behavior

There are a few functions in c file not exposed to external header files. To name a few:

EFI_STATUS
EFIAPI
IpmiCheckSetInProgress (
  OUT BOOLEAN  *SetInProgress
  );
EFI_STATUS
EFIAPI
IpmiGetBootFlags (
  OUT IPMI_BOOT_OPTIONS_RESPONSE_PARAMETER_5  *BootFlags,
  OUT BOOLEAN                                 *FlagsValid
  );
EFI_STATUS
EFIAPI
IpmiGetBootDevice (
  OUT IPMI_BOOT_OPTION_SELECTOR  *Selector
  );

Expected Behavior

We should carry them in the public headers as others use this function frequently.

Steps To Reproduce

N/A

Build Environment

- OS(s): Ubuntu 22.04
- Tool Chain(s): GCC5
- Targets Impacted: NOOPT

Version Information

Top of main

Urgency

Medium

Are you going to fix this?

Someone else needs to fix it

Do you need maintainer feedback?

No maintainer feedback needed

Anything else?

No response

This issue has been automatically marked as stale because it has not had activity in 45 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions.

This issue has been automatically been closed because it did not have any activity in 45 days and no follow up within 7 days after being marked stale. Thank you for your contributions.