소스 검색

[crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h>

tags/v0.9.6
Michael Brown 15 년 전
부모
커밋
521549d900
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    1
      src/crypto/cryptoLayer.h
  2. 3
    3
      src/include/gpxe/rotate.h

+ 1
- 1
src/crypto/cryptoLayer.h 파일 보기

14
 #include <ctype.h>
14
 #include <ctype.h>
15
 #include <assert.h>
15
 #include <assert.h>
16
 #include <byteswap.h>
16
 #include <byteswap.h>
17
-#include <gpxe/bitops.h>
17
+#include <gpxe/rotate.h>
18
 #include <gpxe/crypto.h>
18
 #include <gpxe/crypto.h>
19
 
19
 
20
 /* Drag in pscrypto.h */
20
 /* Drag in pscrypto.h */

src/include/gpxe/bitops.h → src/include/gpxe/rotate.h 파일 보기

1
-#ifndef _GPXE_BITOPS_H
2
-#define _GPXE_BITOPS_H
1
+#ifndef _GPXE_ROTATE_H
2
+#define _GPXE_ROTATE_H
3
 
3
 
4
 /** @file
4
 /** @file
5
  *
5
  *
24
         return ( ( data >> rotation ) | ( data << ( 64 - rotation ) ) );
24
         return ( ( data >> rotation ) | ( data << ( 64 - rotation ) ) );
25
 }
25
 }
26
 
26
 
27
-#endif /* _GPXE_BITOPS_H */
27
+#endif /* _GPXE_ROTATE_H */

Loading…
취소
저장