]> git.proxmox.com Git - wasi-libc.git/blob - basics/include/__typedef_dev_t.h
WASI libc prototype implementation.
[wasi-libc.git] / basics / include / __typedef_dev_t.h
1 #ifndef __wasm_basics___typedef_dev_t_h
2 #define __wasm_basics___typedef_dev_t_h
3
4 /* Define these as 64-bit integers to support billions of devices. */
5 typedef unsigned long long dev_t;
6
7 #endif