Rev 4338 | Rev 4344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4338 | Rev 4342 | ||
---|---|---|---|
Line 224... | Line 224... | ||
224 | void arch_release_console(void) |
224 | void arch_release_console(void) |
225 | { |
225 | { |
226 | i8042_release(); |
226 | i8042_release(); |
227 | } |
227 | } |
228 | 228 | ||
- | 229 | /** Construct function pointer |
|
- | 230 | * |
|
- | 231 | * @param fptr function pointer structure |
|
- | 232 | * @param addr function address |
|
- | 233 | * @param caller calling function address |
|
- | 234 | * |
|
- | 235 | * @return address of the function pointer |
|
- | 236 | * |
|
- | 237 | */ |
|
- | 238 | void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller) |
|
- | 239 | { |
|
- | 240 | return addr; |
|
- | 241 | } |
|
- | 242 | ||
229 | /** @} |
243 | /** @} |
230 | */ |
244 | */ |