Rev 4341 | Rev 4343 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4341 | Rev 4342 | ||
---|---|---|---|
Line 165... | Line 165... | ||
165 | void arch_release_console(void) |
165 | void arch_release_console(void) |
166 | { |
166 | { |
167 | cuda_release(); |
167 | cuda_release(); |
168 | } |
168 | } |
169 | 169 | ||
- | 170 | /** Construct function pointer |
|
- | 171 | * |
|
- | 172 | * @param fptr function pointer structure |
|
- | 173 | * @param addr function address |
|
- | 174 | * @param caller calling function address |
|
- | 175 | * |
|
- | 176 | * @return address of the function pointer |
|
- | 177 | * |
|
- | 178 | */ |
|
- | 179 | void *arch_construct_function(fncptr_t *fptr, void *addr, void *caller) |
|
- | 180 | { |
|
- | 181 | return addr; |
|
- | 182 | } |
|
- | 183 | ||
170 | /** @} |
184 | /** @} |
171 | */ |
185 | */ |