Skip to content

Commit

Permalink
Merge pull request #56 from gavanderhoorn/remove_mpnicdata
Browse files Browse the repository at this point in the history
Remove unneeded `mpNICData(..)` extern
  • Loading branch information
ted-miller authored Jun 9, 2023
2 parents 8c1a524 + baae9bb commit 9f1c599
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/MotoPlusExterns.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

#define MP_MEM_PART_SIZE 1048576

extern int mpNICData(USHORT if_no, ULONG* ip_addr, ULONG* subnet_mask, UCHAR* mac_addr, ULONG* default_gw);
#define MP_USER_LAN1 1 /* general LAN interface1 */
#define MP_USER_LAN2 2 /* general LAN interface2(only YRC1000) */

extern size_t mpNumBytesFree(void);

extern MP_GRP_ID_TYPE mpCtrlGrpNo2GrpId(int grp_no);
Expand Down

0 comments on commit 9f1c599

Please sign in to comment.