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

Conversation

mkahane
Copy link

@mkahane mkahane commented Jun 29, 2024

Linux kernel code does not have stdint or assert header files.

The integer types used are included by default in Linux and compile time asserts are included in the build_bug.h header file.

@ahogen
Copy link

ahogen commented Jun 29, 2024

Linux kernel code does not have <stdint.h>

Consider using #include <linux/types.h>

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants