Skip to content

Commit fa5da3b

Browse files
CPU ints
1 parent 76345b2 commit fa5da3b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

mach/machine.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
// deno-lint-ignore-file camelcase
22

3+
/**
4+
* CPU type.
5+
*/
6+
export type cpu_type_t = number;
7+
8+
/**
9+
* CPU subtype.
10+
*/
11+
export type cpu_subtype_t = number;
12+
13+
/**
14+
* CPU thread type.
15+
*/
16+
export type cpu_threadtype_t = number;
17+
318
// CPU states:
419

520
/**

0 commit comments

Comments
 (0)