Subversion Repositories HelenOS

Rev

Rev 3779 | Rev 3932 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3779 Rev 3880
Line 175... Line 175...
175
void arch_release_console(void)
175
void arch_release_console(void)
176
{
176
{
177
    i8042_release();
177
    i8042_release();
178
}
178
}
179
 
179
 
-
 
180
/** Construct function pointer
-
 
181
 *
-
 
182
 * @param fptr   function pointer structure
-
 
183
 * @param addr   function address
-
 
184
 * @param caller calling function address
-
 
185
 *
-
 
186
 * @return address of the function pointer
-
 
187
 *
-
 
188
 */
-
 
189
void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller)
-
 
190
{
-
 
191
    return addr;
-
 
192
}
-
 
193
 
180
/** @}
194
/** @}
181
 */
195
 */