/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_MSG_H #define _LINUX_MSG_H #include #include /* one msg_msg structure for each message */ struct msg_msg { struct list_head m_list; long m_type; size_t m_ts; /* message text size */ struct msg_msgseg *next; void *security; /* the actual message follows immediately */ }; #endif /* _LINUX_MSG_H */ nity.dev/distro/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
log/Documentation?id=71b28769d708f20046fc6f853cf93fb88a8b6e11'>Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml
AgeCommit message (Expand)Author
AgeCommit message (Expand)Author
2024-01-26dt-bindings: gpu: Add PowerVR Series5 SGX GPUsAndrew Davis