Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44167
b: refs/heads/master
c: 0258736
h: refs/heads/master
i:
  44165: e0fd4d5
  44163: dd1b790
  44159: ee8aaf5
v: v3
  • Loading branch information
Cal Peake authored and Linus Torvalds committed Dec 10, 2006
1 parent 1316f02 commit acf1ea2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: edb16bec41db68b22799a5fbad82c3891e637565
refs/heads/master: 0258736a0a2cde8ab30725b601aeca4cf8bc93ab
4 changes: 4 additions & 0 deletions trunk/lib/bitrev.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#include <linux/module.h>
#include <linux/bitrev.h>

MODULE_AUTHOR("Akinobu Mita <akinobu.mita@gmail.com>");
MODULE_DESCRIPTION("Bit ordering reversal functions");
MODULE_LICENSE("GPL");

const u8 byte_rev_table[256] = {
0x00, 0x80, 0x40, 0xc0, 0x20, 0xa0, 0x60, 0xe0,
0x10, 0x90, 0x50, 0xd0, 0x30, 0xb0, 0x70, 0xf0,
Expand Down

0 comments on commit acf1ea2

Please sign in to comment.