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

c_standards: Add a standard for linux driver programming #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 1, 2024

  1. c_standards: Add a standard for linux driver programming

    Linux kernel code does not have stdint or assert header files.
    The integer types used are included by the types.h header file.
    Compile time asserts are included in the build_bug.h header file.
    mkahane committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    faf580d View commit details
    Browse the repository at this point in the history