| 698 | } |
| 699 | |
| 700 | void CheckSystemAccess(uint8_t a, uint8_t b, uint8_t c, uint8_t d, uint8_t e, uint8_t f, uint8_t g) |
| 701 | { |
| 702 | // TODO: determine if filling this in is necessary |
| 703 | while (0) |
| 704 | ; |
| 705 | } |
| 706 | |
| 707 | // from LLVM |
| 708 | // TODO: check license, determine if rewrite needed |