Skip to content

Commit

Permalink
fix #37
Browse files Browse the repository at this point in the history
  • Loading branch information
esm-tmori committed Feb 24, 2021
1 parent e40dc7e commit cfc6a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inc/athrill_exdev_header.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef _ATHRILL_EXDEV_HEADER_H_
#define _ATHRILL_EXDEV_HEADER_H_

#define ATHRILL_EXTERNAL_DEVICE_MAGICNO 0xBEAFDEAD
#define ATHRILL_EXTERNAL_DEVICE_MAGICNO 0xBEEFDEAD
#define ATHRILL_EXTERNAL_DEVICE_VERSION 0x00000003
typedef struct {
unsigned int magicno; /* ATHRILL_EXTERNAL_DEVICE_MAGICNO */
Expand Down

0 comments on commit cfc6a73

Please sign in to comment.