1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
/* DO NOT EDIT! This is an autogenerated file. See scripts/acpi_extract.py. */
static unsigned char ssdt_proc_name[] = {
0x28
};
static unsigned char ssdp_proc_aml[] = {
0x53, 0x53, 0x44, 0x54, 0x78, 0x00, 0x00, 0x00,
0x01, 0xbb, 0x42, 0x58, 0x50, 0x43, 0x00, 0x00,
0x42, 0x58, 0x53, 0x53, 0x44, 0x54, 0x00, 0x00,
0x01, 0x00, 0x00, 0x00, 0x49, 0x4e, 0x54, 0x4c,
0x18, 0x08, 0x15, 0x20, 0x5b, 0x83, 0x42, 0x05,
0x43, 0x50, 0x41, 0x41, 0xaa, 0x10, 0xb0, 0x00,
0x00, 0x06, 0x08, 0x49, 0x44, 0x5f, 0x5f, 0x0a,
0xaa, 0x08, 0x5f, 0x48, 0x49, 0x44, 0x0d, 0x41,
0x43, 0x50, 0x49, 0x30, 0x30, 0x30, 0x37, 0x00,
0x14, 0x0f, 0x5f, 0x4d, 0x41, 0x54, 0x00, 0xa4,
0x43, 0x50, 0x4d, 0x41, 0x49, 0x44, 0x5f, 0x5f,
0x14, 0x0f, 0x5f, 0x53, 0x54, 0x41, 0x00, 0xa4,
0x43, 0x50, 0x53, 0x54, 0x49, 0x44, 0x5f, 0x5f,
0x14, 0x0f, 0x5f, 0x45, 0x4a, 0x30, 0x01, 0x43,
0x50, 0x45, 0x4a, 0x49, 0x44, 0x5f, 0x5f, 0x68,
};
static unsigned char ssdt_proc_id[] = {
0x38
};
static unsigned char ssdt_proc_end[] = {
0x78
};
static unsigned char ssdt_proc_start[] = {
0x24
};
|