hand_acid_mainboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
212 B

12 months ago
  1. #pragma once
  2. #include "appdep.hpp"
  3. namespace iflytop {
  4. namespace boardid {
  5. typedef enum {
  6. kunsupport = 0,
  7. kbmainboard = 1,
  8. kvalveboard = 2,
  9. } id_t;
  10. }
  11. boardid::id_t BoardId_get();
  12. } // namespace iflytop