Subversion Repositories Kolibri OS

Rev

Rev 6594 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6594 Rev 7143
Line 3... Line 3...
3
 * Name: aclinuxex.h - Extra OS specific defines, etc. for Linux
3
 * Name: aclinuxex.h - Extra OS specific defines, etc. for Linux
4
 *
4
 *
5
 *****************************************************************************/
5
 *****************************************************************************/
Line 6... Line 6...
6
 
6
 
7
/*
7
/*
8
 * Copyright (C) 2000 - 2015, Intel Corp.
8
 * Copyright (C) 2000 - 2016, Intel Corp.
9
 * All rights reserved.
9
 * All rights reserved.
10
 *
10
 *
11
 * Redistribution and use in source and binary forms, with or without
11
 * Redistribution and use in source and binary forms, with or without
12
 * modification, are permitted provided that the following conditions
12
 * modification, are permitted provided that the following conditions
Line 125... Line 125...
125
static inline u8 acpi_os_readable(void *pointer, acpi_size length)
125
static inline u8 acpi_os_readable(void *pointer, acpi_size length)
126
{
126
{
127
	return TRUE;
127
	return TRUE;
128
}
128
}
Line -... Line 129...
-
 
129
 
-
 
130
static inline acpi_status acpi_os_initialize_command_signals(void)
-
 
131
{
-
 
132
	return AE_OK;
-
 
133
}
-
 
134
 
-
 
135
static inline void acpi_os_terminate_command_signals(void)
-
 
136
{
-
 
137
	return;
-
 
138
}
129
 
139
 
130
/*
140
/*
131
 * OSL interfaces added by Linux
141
 * OSL interfaces added by Linux
132
 */
142
 */