LF OS
Hobby operating system for amd64 with high ambitions
Loading...
Searching...
No Matches
uuid.h File Reference

(7c4d7d1 userspace/term: change eyecandy inclusion to use objcopy instead of xxd)

#include <stdint.h>
+ Include dependency graph for uuid.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

union  uuid_t
 
struct  uuid_t.__unnamed1__
 

Data Structure Documentation

◆ uuid_t

union uuid_t

Definition at line 6 of file uuid.h.

+ Collaboration diagram for uuid_t:
Data Fields
struct uuid_t.__unnamed1__ __unnamed__
uint8_t data[16]

◆ uuid_t.__unnamed1__

struct uuid_t.__unnamed1__

Definition at line 7 of file uuid.h.

+ Collaboration diagram for uuid_t.__unnamed1__:
Data Fields
uint32_t a
uint16_t b
uint16_t c
uint16_t d
uint8_t e[6]