Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform: Library: Move mailbox_sw_reg_read64() from posix mailbox.h #9589

Merged

Commits on Oct 17, 2024

  1. Platform: Library: Move mailbox_sw_reg_read64() from posix mailbox.h

    Without this change testbench IPC4 build fails with copier with
    implicit definition of the function. The mailbox_sw_reg_read64()
    function should be there in the same platform library mailbox.h
    header as the 32 bit version of similar function. The header
    mailbox.h for all Intel platforms is organized similarly.
    
    The argument type is changed to size_t from uint32_t to follow
    other similar functions.
    
    Signed-off-by: Seppo Ingalsuo <[email protected]>
    singalsu committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    52dfe5a View commit details
    Browse the repository at this point in the history